comment the block for using a static page, and clarify documentation
This commit is contained in:
parent
6bcc222c6f
commit
a583669d06
|
@ -49,10 +49,10 @@ server {
|
||||||
# sts, change if you care.
|
# sts, change if you care.
|
||||||
# add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
|
# add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
|
||||||
|
|
||||||
# not actually needed, this enables you to use a static page on your domain for your root page.
|
# uncomment this to use a static page in your webroot for your root page.
|
||||||
location = / {
|
#location = / {
|
||||||
index index.html;
|
# index index.html;
|
||||||
}
|
#}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri @proxy;
|
try_files $uri @proxy;
|
||||||
|
|
Loading…
Reference in a new issue