1
0
Fork 0
forked from exozyme/nginx

Adjust nginx config file for new Hugo site

This commit is contained in:
Anthony Wang 2021-10-13 21:28:29 -05:00
parent 18eccbe982
commit d6ad368873
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -6,7 +6,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;
root /srv/http/ta180m/public;
index index.html;
location /blog/ {