X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;h=07d6bdebf7e80f38f8cb078185ff593ea9521cc4;hb=9597b74309551d3ee2c658a45a427904dae22c98;hp=ffbe96bfba486885c00cab55e7c04c59ea2c03f9;hpb=d21b4dc9cb8bee7d96187d7d594016ae2003f1e7;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index ffbe96b..07d6bde 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -12,7 +12,7 @@ http { text/html html htm shtml; text/css css; text/xml xml; - text/plain txt sh rst; + text/plain txt sh rst md; application/xhtml+xml xhtml; application/pdf pdf; image/jpeg jpg jpeg; @@ -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/ {