Disable cache in Nginx
1 min readOct 23, 2018
Updated 2020/04/30 Add serve static files
I’m very newbie with Nginx. It always serve me cached response. So I disable Nginx cache. Not fast response but always fresh :/
$ sudo vi /etc/nginx/sites-available/default
$ sudo service nginx restart
— References —