X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=systemfiles%2Fnginx.conf;h=b9f1005591263b51a0bc4ac6d6cca1df58c25e7c;hb=7cb0ae2deda0b59db7822947b9d98eae3fb6d425;hp=0c1efe317218698071baf42ce7bb46767bffcaca;hpb=b046c72036463483b349ac7a88c31d6957407274;p=config diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index 0c1efe3..b9f1005 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -12,9 +12,11 @@ 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; + image/png png; } default_type application/octet_stream; charset utf-8; @@ -36,6 +38,18 @@ 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/ { + autoindex on; + } + location /dump/ { + autoindex on; + } + location /geheim/ { + auth_basic "geheim geheim"; + auth_basic_user_file /var/www/password_geheim; + autoindex on; + } location /irclogs/zrolaps/ { auth_basic "#zrolaps logs"; auth_basic_user_file /var/www/password_irclogs_zrolaps; @@ -46,6 +60,16 @@ http { auth_basic_user_file /var/www/password_irclogs_nodrama_de; autoindex on; } + location /irclogs/freakazoid/ { + auth_basic "#freakazoid logs"; + auth_basic_user_file /var/www/password_irclogs_freakazoid; + autoindex on; + } + location /lesekreis/ { + auth_basic "Quellen Lesekreis"; + auth_basic_user_file /var/www/password_lesekreis; + autoindex on; + } } # htwtxt