how to disable nginx cache

mamadletsgo

Verified User
Joined
Mar 2, 2015
Messages
68
Location
iran,tehran
hello

my problem is cache nginx , after upload images to php site example wordpress , No change will be done

how to disable cache nginx web server ?
 
Last edited:
my problem solved after enter this command to ssh

sudo sync
sudo echo 3 | sudo tee /proc/sys/vm/drop_caches
sudo echo 0 | sudo tee /proc/sys/vm/drop_caches

how to disable this cache for ever ?

thanks
 
Back
Top