From a583669d061643ab690208306aecef7c066019f4 Mon Sep 17 00:00:00 2001 From: Rachel Fae Fox Date: Thu, 1 Nov 2018 02:13:23 +0000 Subject: [PATCH] comment the block for using a static page, and clarify documentation --- installation/relay.nginx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installation/relay.nginx b/installation/relay.nginx index d98c604..16a9ac8 100644 --- a/installation/relay.nginx +++ b/installation/relay.nginx @@ -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;