nginx/upstream-fair.conf
jjh 530e5a04b1 - upate to new upstream stable branch 0.6
- 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]
2008-05-12 05:30:56 +00:00

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;
# }