From 7ff79a442c7a0cf705b8924719232dd04b88e640 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 15 Dec 2018 00:20:46 +0100
Subject: [PATCH] Fix typo.

---
 all_new_2018/linkable_etc_files/web/etc/nginx/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
         }
     }
 }
-- 
2.30.2