home · contact · privacy
Fix irclogs location matching in nginx conf.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 13 Dec 2018 21:28:57 +0000 (22:28 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 13 Dec 2018 21:28:57 +0000 (22:28 +0100)
all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf

index 411aa4b8f84d52a70fecdfa376d067984def9c23..798d791f0ff88d62e483170d83af765b86462de2 100644 (file)
@@ -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;