mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] custom_portal and custom_overlay redirect
This commit is contained in:
parent
b2de9a9d40
commit
4968f1aa7d
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
|
||||
sub_filter_types application/xhtml+xml;
|
||||
# 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