home · contact · privacy
Fix typo.
[config] / all_new_2018 / linkable_etc_files / web / etc / nginx / nginx.conf
index adb2cc1cc559ccff45803af5366bd099a6399058..44222cc7a9933977cfe19cfd78618049de64017a 100644 (file)
@@ -78,7 +78,7 @@ http {
         location /irclogs/ {
             autoindex on;
             autoindex_format xml;
-            xslt_stylesheet /var/www/autoindex.xslt
+            xslt_stylesheet /var/www/autoindex.xslt;
         }
     }
 }