From: Christian Heller Date: Fri, 14 Dec 2018 23:20:46 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=7ff79a442c7a0cf705b8924719232dd04b88e640 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; } } }