Random order of configuration file reading
philipp
nginx-forum at nginx.us
Tue Nov 27 14:07:48 UTC 2012
Hello,
we have a bunch of servers which are configured 100% equal expect of host
specific settings like ip address in the listener using chef/puppet. Nginx
seems to read include / config files not in the same order on each server.
For example we haven't defined a default vhost on each server... so nginx
uses the first loaded file which is exampleA.com on server 1 and
exampleB.com on server 2.
Furhtermore we use the upstream check status module, the status page is
randomly ordered at each server...
Is it possible to configure nginx to read config in the alphabeticial
order?
For example
vhosts/exampleA.com (1.)
vhosts/exampleB.com (2.)
...
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,233269,233269#msg-233269
More information about the nginx
mailing list