From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 14 Dec 2018 23:20:46 +0000 (+0100)
Subject: Fix typo.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/index.html?a=commitdiff_plain;h=7ff79a442c7a0cf705b8924719232dd04b88e640;p=config

Fix typo.
---

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 adb2cc1..44222cc 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
@@ -78,7 +78,7 @@ http {
         location /irclogs/ {
             autoindex on;
             autoindex_format xml;
-            xslt_stylesheet /var/www/autoindex.xslt
+            xslt_stylesheet /var/www/autoindex.xslt;
         }
     }
 }