home · contact · privacy
Remove logs overview.
[config] / all_new_2018 / linkable_etc_files / web / etc / nginx / nginx.conf
index 44222cc7a9933977cfe19cfd78618049de64017a..aec76225291cdd4cd365b90a7141f68ab2ff1cd4 100644 (file)
@@ -4,7 +4,7 @@ worker_processes auto;
 pid /run/nginx.pid;
 
 # we need this for the xslt_stylesheet directive below
-load_module modules/ngx_http_xslt_filter_module.so;
+#load_module modules/ngx_http_xslt_filter_module.so;
 
 # is expected even if empty
 events {
@@ -74,11 +74,11 @@ http {
             autoindex on;
         }
 
-        # entry for IRC logs
-        location /irclogs/ {
-            autoindex on;
-            autoindex_format xml;
-            xslt_stylesheet /var/www/autoindex.xslt;
-        }
+        ## entry for IRC logs
+        #location /irclogs/ {
+        #    autoindex on;
+        #    autoindex_format xml;
+        #    xslt_stylesheet /var/www/autoindex.xslt;
+        #}
     }
 }