diff options
Diffstat (limited to 'template2/nginx/http')
-rw-r--r-- | template2/nginx/http/444.segment | 3 | ||||
-rw-r--r-- | template2/nginx/http/redirect-to-https.segment | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/template2/nginx/http/444.segment b/template2/nginx/http/444.segment deleted file mode 100644 index fe490d4..0000000 --- a/template2/nginx/http/444.segment +++ /dev/null @@ -1,3 +0,0 @@ -location / { - return 444; -} diff --git a/template2/nginx/http/redirect-to-https.segment b/template2/nginx/http/redirect-to-https.segment deleted file mode 100644 index 56d095d..0000000 --- a/template2/nginx/http/redirect-to-https.segment +++ /dev/null @@ -1,3 +0,0 @@ -location / { - return 301 https://$host$request_uri; -} |