Skip to main content

Question: The Default cPanel NGINX settings

Comments

3 comments

  • cPRex Jurassic Moderator
    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
  • froi-manila
    you for the clarifications cheers!
    0
  • cPRex Jurassic Moderator
    You're very welcome!
    0

Please sign in to leave a comment.