From 8ac2193a38752bc49ff496176ead2dc79184704c Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Tue, 1 Jul 2014 16:59:03 +0200 Subject: [PATCH] Correct user panel inclusion --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fff5f50..573cde2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,7 +16,8 @@ location PATHTOCHANGE { } # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + sub_filter ''; + sub_filter_once on; } location ~ ^PATHTOCHANGE/(data|config|\.ht|db_structure\.xml|README) { -- 2.0.0