Question: The Default cPanel NGINX settings
how long does nginx holds the cache? can we adjust how many minutes? where?
thanks in advance.
cheers!
-
Hey there! Nginx configures the caching per-user, so it is possible to setup a different value for each user on the machine. You'll find that configured in /etc/nginx/conf.d/users/username.conf, with the following default value: proxy_cache_path /var/cache/ea-nginx/proxy/username levels=1:2 keys_zone=username:10m inactive=60m; Details on the different values in that file can be found here: Let me know if that helps! 0 -
you for the clarifications cheers! 0 -
You're very welcome! 0
Please sign in to leave a comment.
Comments
3 comments