From 608a0a5194ca6167045a2b5536c2825d3e824c05 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 22 May 2021 14:57:40 -0500 Subject: [PATCH] Update ta180m.conf --- ta180m.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ta180m.conf b/ta180m.conf index f800c43..7512539 100644 --- a/ta180m.conf +++ b/ta180m.conf @@ -1,9 +1,3 @@ -server { - listen 80 default_server; - server_name _; - return 301 https://$host$request_uri; -} - server { listen 443 ssl; server_name ta180m.exozy.me; @@ -11,7 +5,7 @@ server { ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem; - root /srv/http/ta180m.github.io; + root /srv/http/ta180m; index index.html; location / {