1
0
Fork 0
forked from exozyme/nginx

Update ta180m.conf

This commit is contained in:
Anthony Wang 2021-05-22 14:57:40 -05:00
parent d868d38aaa
commit 608a0a5194
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -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 / {