home · contact · privacy
Add plomlombot setup.
[config] / all_new_2018 / linkable_etc_files / web / etc / nginx / nginx.conf
index 5d95d2e4aefe478b79fd0b9c0d2d623f4d5c35ec..fa1f106e6bcb8209a685b3fcb4025183fd12813c 100644 (file)
@@ -63,5 +63,9 @@ http {
             fastcgi_param GITWEB_CONFIG /etc/gitweb.conf;
             fastcgi_pass unix:/var/run/fcgiwrap.socket;
         }
+
+        location /irclogs/plomlompomtest/ {
+            autoindex on;
+        }
     }
 }