Run NGINX on a different user for each site
Run NGINX on a different user for each site
How do I set the NGINX User parameter to a different user for each site/CPuser?
in /etc/nginx/nginx.conf , the User parameter is there, but it will be ONE user used for all sites.
How do I set a different NGINX User for each web site?
When using Cache Purge plugins in WordPress, NGINX and PHP must be using the same Linux User to modify content in the NGINX Cache folder.
Each Control Panel User would need to set a different NGINX user for their respective environment.
in /etc/nginx/nginx.conf , the User parameter is there, but it will be ONE user used for all sites.
How do I set a different NGINX User for each web site?
When using Cache Purge plugins in WordPress, NGINX and PHP must be using the same Linux User to modify content in the NGINX Cache folder.
Each Control Panel User would need to set a different NGINX user for their respective environment.
Re: Run NGINX on a different user for each site
There is no way to make per user nginx for one port. You can compile whatever number custom nginx copy, but there's deal - you have to use different ports too. If you get a magic button to make something like you want, tell us about this magic.