mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #925 from YunoHost/kay0u-patch-1
[fix] custom_portal and custom_overlay redirect
This commit is contained in:
commit
9af942afa0
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ sub_filter_once on;
|
||||||
# Apply to other mime types than text/html
|
# Apply to other mime types than text/html
|
||||||
sub_filter_types application/xhtml+xml;
|
sub_filter_types application/xhtml+xml;
|
||||||
# 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) {
|
location ~ (ynh_portal.js|ynh_overlay.css|ynh_userinfo.json|ynhtheme/custom_portal.js|ynhtheme/custom_overlay.css) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue