X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;fp=systemfiles%2Fnginx.conf;h=ffbe96bfba486885c00cab55e7c04c59ea2c03f9;hb=d21b4dc9cb8bee7d96187d7d594016ae2003f1e7;hp=b9f1005591263b51a0bc4ac6d6cca1df58c25e7c;hpb=a65e21dca92512cbde02607f9fb9a42c51630484;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index b9f1005..ffbe96b 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -38,8 +38,8 @@ http { ssl_certificate /etc/letsencrypt/live/dump.plomlompom.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/dump.plomlompom.com/privkey.pem; root /var/www/html/; - rewrite ^(/lifelog/(.*/)*[^./]+)$ $1.html; - location /lifelog/ { + rewrite ^(/zettel/(.*/)*[^./]+)$ $1.html; + location /zettel/ { autoindex on; } location /dump/ {