X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;h=3def78da74abf407fcd91de8a0b62c137931ecef;hb=c10c4de276e734a01b731bce70575918c0486f2b;hp=07d6bdebf7e80f38f8cb078185ff593ea9521cc4;hpb=0d72cfd4681a9494cf5c7d33877e124bdcc114f7;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index 07d6bde..3def78d 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -39,6 +39,7 @@ http { ssl_certificate_key /etc/letsencrypt/live/dump.plomlompom.com/privkey.pem; root /var/www/html/; location /zettel/ { + # rewrite non-suffixed filenames to .html ones rewrite ^(/zettel/(.*/)*[^./]+)$ $1.html; autoindex on; } @@ -70,6 +71,10 @@ http { auth_basic_user_file /var/www/password_lesekreis; autoindex on; } + location /uwsgi/ { + include uwsgi_params; + uwsgi_pass 127.0.0.1:3031; + } } # htwtxt