[fix] Keep user info in json format

Previously it was ynhpanel.json
This commit is contained in:
ljf (zamentur) 2019-03-22 16:20:35 +01:00 committed by GitHub
parent b99b22bb03
commit 2defd6ffa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {
location ~ (ynh_portal.js|ynh_overlay.css|userinfo.json) {
}