Question: The Default cPanel NGINX settings

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,570
2,612
363
cPanel Access Level
Root Administrator
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:


and details about how to work with them in cPanel are located here:


Let me know if that helps!