home · contact · privacy
Minor fixes.
[config] / systemfiles / nginx.conf
index ac07114f8bb9552a0fd32ebbca92d1167eb510ab..36984033b8640fefed32ceb1b69f6caf0590bc7b 100644 (file)
@@ -36,13 +36,13 @@ http {
                         auth_basic "#zrolaps logs";
                         auth_basic_user_file /var/www/password_irclogs_zrolaps;
                         autoindex on;
-                        root /var/www/html/irclogs/zrolaps/;
+                        root /var/www/html/
                 }
-                location /irclogs/zrolaps/ {
+                location /irclogs/nodrama.de/ {
                         auth_basic "#nodrama.de logs";
                         auth_basic_user_file /var/www/password_irclogs_nodrama_de;
                         autoindex on;
-                        root /var/www/html/irclogs/nodrama.de/;
+                        root /var/www/html/
                 }
         }