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

develop
Rachel Fae Fox 2018-11-01 02:13:23 +00:00
parent 6bcc222c6f
commit a583669d06
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,10 @@ server {
# sts, change if you care.
# 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.
location = / {
index index.html;
}
# uncomment this to use a static page in your webroot for your root page.
#location = / {
# index index.html;
#}
location / {
try_files $uri @proxy;