|
@@ -20,6 +20,8 @@ location __PATH__/ {
|
|
|
proxy_read_timeout 300;
|
|
proxy_read_timeout 300;
|
|
|
proxy_connect_timeout 300;
|
|
proxy_connect_timeout 300;
|
|
|
|
|
|
|
|
|
|
+ more_clear_input_headers 'Accept-Encoding';
|
|
|
|
|
+
|
|
|
# Don't include SSOWAT user panel - breaks flohmarkt pages
|
|
# Don't include SSOWAT user panel - breaks flohmarkt pages
|
|
|
# include conf.d/yunohost_panel.conf.inc;
|
|
# include conf.d/yunohost_panel.conf.inc;
|
|
|
|
|
|
|
@@ -31,3 +33,5 @@ location __PATH__/ {
|
|
|
# Prevent YunoHost panel files from being blocked by specific app rules
|
|
# Prevent YunoHost panel files from being blocked by specific app rules
|
|
|
location ~ (ynh_portal.js|ynh_overlay.css|ynh_userinfo.json|ynhtheme/custom_portal.js|ynhtheme/custom_overlay.css) {
|
|
location ~ (ynh_portal.js|ynh_overlay.css|ynh_userinfo.json|ynhtheme/custom_portal.js|ynhtheme/custom_overlay.css) {
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+}
|