From ed70f670e0aa29022aa9fbab587e7638ad3a3ce2 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 15 Dec 2018 12:45:27 +0100
Subject: [PATCH] Remove logs overview.

---
 .../linkable_etc_files/web/etc/nginx/nginx.conf    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

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 44222cc..aec7622 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
@@ -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;
+        #}
     }
 }
-- 
2.30.2