diff --git a/conf/nginx.conf b/conf/nginx.conf index 655d75b..5574eee 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,6 @@ location ^~ __PATH__/ { # Sub filters to replace hardcoded paths proxy_set_header Accept-Encoding ""; - sub_filter_once off; sub_filter_types *; #https://stackoverflow.com/questions/19700871/how-to-inject-custom-content-via-nginx sub_filter '' ''; @@ -34,4 +33,4 @@ location ^~ __PATH__/ { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; -} \ No newline at end of file +}