Delete blog.conf

This commit is contained in:
Anthony Wang 2021-06-24 15:44:57 +00:00 committed by GitHub
parent 1d26a43b34
commit 17a03eec69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}