1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Update nginx.conf

This commit is contained in:
Josue-T 2022-09-17 12:51:53 +02:00 committed by GitHub
parent bfea9745c5
commit 866cf09534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ location __PATH__/ {
index index.html;
add_header Content-Security-Policy "frame-ancestors 'self'";
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}