Regeneration of NGINX configuration
Hello,
Without having setup any cron job, I noticed that every day at specific time, the configuration file "/etc/nginx/conf.d/users/myuser.conf" of NGINX reverse proxy is regenerated and the NGINX Cache is cleared; i.e. the files under the location "/var/cache/ea-nginx/proxy/myser". What may trigger this action?
-
Hey there! I would imagine the nightly maintenance rebuilds the configuration file, but I wouldn't expect it to clear the cache. Do you know what specific time this is happening?
0 -
This case seems to be as if the script "/scripts/ea-nginx conf --all" were executed:
- The configuration file "/etc/nginx/conf.d/users/myuser.conf" is regenerated.
- The NGINX cache is cleared.
- The NGINX service is restarted so as to load the newly generated configuration file in case something has changed.
The above process happens at 6:39 in the morning. Is there any process of NGINX Reverse Proxy that periodically rebuilds the configuration file "/etc/nginx/conf.d/users/myuser.conf"? If yes, is there any way to stop this very process, or at least avoid the cache clearance?
0
Please sign in to leave a comment.
Comments
2 comments