X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;h=ffbe96bfba486885c00cab55e7c04c59ea2c03f9;hb=d21b4dc9cb8bee7d96187d7d594016ae2003f1e7;hp=4bb06e5fd7902ea731b6b136af38d2c19dd27708;hpb=47c754515a2c4eca8d8e90c75231a3a26e46f0c4;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index 4bb06e5..ffbe96b 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -12,8 +12,7 @@ http { text/html html htm shtml; text/css css; text/xml xml; - text/plain txt; - text/plain sh; + text/plain txt sh rst; application/xhtml+xml xhtml; application/pdf pdf; image/jpeg jpg jpeg; @@ -39,7 +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/; - location /lifelog/ { + rewrite ^(/zettel/(.*/)*[^./]+)$ $1.html; + location /zettel/ { autoindex on; } location /dump/ {