From 0b86f87c65108fcae3374b92ceb6ed946365cffb Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 1 Feb 2017 20:28:17 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 920196a..5d9f18e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,6 @@ location ^~ YNH_WWW_PATH { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; -} location ~* \.html$ { expires -1; @@ -41,8 +40,5 @@ location ^~ YNH_WWW_PATH { location YNH_WWW_PATH/system { rewrite ^(.*)$ /error break; } - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; }