|
@ -41,7 +41,7 @@ http { |
|
|
#access_log logs/host.access.log main; |
|
|
#access_log logs/host.access.log main; |
|
|
|
|
|
|
|
|
location / { |
|
|
location / { |
|
|
root html; |
|
|
|
|
|
|
|
|
root /htdocs; |
|
|
index index.html index.htm; |
|
|
index index.html index.htm; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ http { |
|
|
# server_name somename alias another.alias; |
|
|
# server_name somename alias another.alias; |
|
|
|
|
|
|
|
|
# location / { |
|
|
# location / { |
|
|
# root html; |
|
|
|
|
|
|
|
|
# root /htdocs; |
|
|
# index index.html index.htm; |
|
|
# index index.html index.htm; |
|
|
# } |
|
|
# } |
|
|
#} |
|
|
#} |
|
@ -110,7 +110,7 @@ http { |
|
|
# ssl_prefer_server_ciphers on; |
|
|
# ssl_prefer_server_ciphers on; |
|
|
|
|
|
|
|
|
# location / { |
|
|
# location / { |
|
|
# root html; |
|
|
|
|
|
|
|
|
# root /htdocs; |
|
|
# index index.html index.htm; |
|
|
# index index.html index.htm; |
|
|
# } |
|
|
# } |
|
|
#} |
|
|
#} |
|
|