1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00
lapineige 2023-05-26 19:12:00 +02:00 committed by GitHub
parent 57a2204918
commit f01b48bfde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,11 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/;
# static files
proxy_pass http://localhost:5000;
proxy_set_header Host $http_host;
more_set_headers "X-Frame-Options: ALLOWALL";
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;