comment the block for using a static page, and clarify documentation

This commit is contained in:
Rachel Fae Fox 2018-11-01 02:13:23 +00:00
parent 6bcc222c6f
commit a583669d06

View file

@ -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;