76529e0483
- 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]
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
#
|
|
# A virtual host using mix of IP-, name-, and port-based configuration
|
|
#
|
|
|
|
#server {
|
|
# listen 8000;
|
|
# listen somename:8080;
|
|
# server_name somename alias another.alias;
|
|
|
|
# location / {
|
|
# root html;
|
|
# index index.html index.htm;
|
|
# }
|
|
#}
|
|
|