530e5a04b1
- added 3rd party module nginx-upstream-fair - added default webpages - update init script to match recommended guidelines - add /etc/nginx/conf.d support [#443280] - use /etc/sysconfig/nginx to determine nginx.conf [#442708]
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
#
|
|
# This is a sample configuration to use the nginx-upstream-fair module
|
|
# that is included.
|
|
#
|
|
# http://wiki.codemongers.com/NginxHttpUpstreamFairModule
|
|
#
|
|
# Change your Nginx config file's upstream block to include the 'fair'
|
|
# directive:
|
|
#
|
|
|
|
# upstream mongrel {
|
|
# fair;
|
|
# server 127.0.0.1:5000;
|
|
# server 127.0.0.1:5001;
|
|
# server 127.0.0.1:5002;
|
|
# }
|
|
|
|
|