Added "use_temp_path" : "off", to /etc/nginx/ea-nginx/cache.json ran /scripts/ea-nginx conf --all as per the instructions, but "use_temp_path" : "off" doesnt get added in: /etc/nginx/conf.d/users/myusername.conf
Cpanel allows for like for example: "inactive_time" : "3600m" and "zone_size" : "1000m" in /etc/nginx/ea-nginx/cache.json , but it doesn't recognize "use_temp_path" : "off"
Cpanel does not allow to add proxy_cache_path (where "use_temp_path" : "off" is included) in a custom domain conf file like /etc/nginx/conf.d/users/myusername/mywebsite.com/website.conf I get error when trying this option that says proxy_cache_path is not allowed in the custom doaminconf file
So in which file or how to make Cpanel to add "use_temp_path" : "off" to proxy_cache_path in the username conf file
I want to add use_temp_path=off as recommended here: A Guide to Caching with NGINX and NGINX Plus - NGINX
Thanks,
Cpanel allows for like for example: "inactive_time" : "3600m" and "zone_size" : "1000m" in /etc/nginx/ea-nginx/cache.json , but it doesn't recognize "use_temp_path" : "off"
Cpanel does not allow to add proxy_cache_path (where "use_temp_path" : "off" is included) in a custom domain conf file like /etc/nginx/conf.d/users/myusername/mywebsite.com/website.conf I get error when trying this option that says proxy_cache_path is not allowed in the custom doaminconf file
So in which file or how to make Cpanel to add "use_temp_path" : "off" to proxy_cache_path in the username conf file
I want to add use_temp_path=off as recommended here: A Guide to Caching with NGINX and NGINX Plus - NGINX
Thanks,