X-Git-Url: https://plomlompom.com/repos/condition_descriptions?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;h=3005bfad8edbd1ba8475354a9372356ca63f5681;hb=255aedd992afd64149946209d8f98412a9bf1d31;hp=ffbe96bfba486885c00cab55e7c04c59ea2c03f9;hpb=d21b4dc9cb8bee7d96187d7d594016ae2003f1e7;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index ffbe96b..3005bfa 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 ^(/zettel/(.*/)*[^./]+)$ $1.html; location /zettel/ { + rewrite ^(/zettel/(.*/)*[^./]+)$ $1.html; autoindex on; } location /dump/ {