diff --git a/blog.conf b/blog.conf deleted file mode 100644 index 07ad534..0000000 --- a/blog.conf +++ /dev/null @@ -1,15 +0,0 @@ -server { - listen 443 ssl http2; - listen [::]:443 ssl http2; - server_name blog.exozy.me; - - ssl_certificate /etc/letsencrypt/live/exozy.me/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/exozy.me/privkey.pem; - - root /srv/http/blog; - index index.html; - - location / { - try_files $uri $uri/ =404; - } -}