password
Verified User
- Joined
- Oct 11, 2011
- Messages
- 127
Hello
I'm new to nginx so forgive me for the stupid questions.
I run custombuild 2 with nginx. I get update warnings through the cron each day saying that there's an update for nginx.
I run:
Still i get the same message each day.
Another thing. I have multiple accounts running Wordpress on this server. In order to get it to work with nginx i had to add rules to each users nginx.conf. When i run "./build all d" these config files are overwritten and this makes the Wordpress sites non-functional.
How can i get around this? Can i modify the "template" for the users nginx.conf or, can i add these rules for all users in the main nginx.conf file? I would rather not update 15-20 configs each time i have to update system software. Will the "main nginx.conf" effect and override the users nginx.conf files?
I'm new to nginx so forgive me for the stupid questions.
I run custombuild 2 with nginx. I get update warnings through the cron each day saying that there's an update for nginx.
Code:
Nginx build: line 9485: to 1.2.7 update is available.
I run:
Code:
./build update
./build all d
Still i get the same message each day.
Another thing. I have multiple accounts running Wordpress on this server. In order to get it to work with nginx i had to add rules to each users nginx.conf. When i run "./build all d" these config files are overwritten and this makes the Wordpress sites non-functional.
How can i get around this? Can i modify the "template" for the users nginx.conf or, can i add these rules for all users in the main nginx.conf file? I would rather not update 15-20 configs each time i have to update system software. Will the "main nginx.conf" effect and override the users nginx.conf files?