1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update nginx.conf

This commit is contained in:
OniriCorpe 2024-01-26 06:30:13 +01:00 committed by GitHub
parent 503e132ef6
commit e49f90ff50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ location __PATH__/ {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param SERVER_NAME $host;
fastcgi_pass_header Authorization;
}
# Include SSOWAT user panel.