1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-05-22 18:54:15 +02:00
parent 5fd673f864
commit 24320d631f

View file

@ -20,6 +20,9 @@ location __PATH__/ {
fastcgi_param SCRIPT_FILENAME $request_filename;
}
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}