X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Flinkable_etc_files%2Fweb%2Fetc%2Fnginx%2Fnginx.conf;h=798d791f0ff88d62e483170d83af765b86462de2;hb=c82534c380e9e41eb501d257c3237052decf97db;hp=411aa4b8f84d52a70fecdfa376d067984def9c23;hpb=7f8ab8cff7b311ce7a8d6fa2e3979e56c29a2a7a;p=config diff --git a/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf b/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf index 411aa4b..798d791 100644 --- a/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf +++ b/all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf @@ -64,7 +64,7 @@ http { fastcgi_pass unix:/var/run/fcgiwrap.socket; } - location /irclogs/([^/]+)/ { + location ~ /irclogs/([^/]+)/ { auth_basic "$1 logs"; auth_basic_user_file /var/www/irclogs_pw/$1; autoindex on;