From 97d338e68aa3d3afdb9b845530e55de610b7cbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Fri, 7 Dec 2018 16:44:42 +0200 Subject: [PATCH] Rectify 'endif' placement --- core/nginx/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nginx/conf/nginx.conf b/core/nginx/conf/nginx.conf index b016b9ca..2fb4b8ef 100644 --- a/core/nginx/conf/nginx.conf +++ b/core/nginx/conf/nginx.conf @@ -93,8 +93,8 @@ http { return 301 {{ WEBROOT_REDIRECT }}; {% else %} return 404; - } {% endif %} + } {% if WEBMAIL != 'none' %} location {{ WEB_WEBMAIL }} {