1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-08-19 16:20:56 +02:00
parent 38c2e20518
commit ce5fddabae

View file

@ -18,7 +18,8 @@ location __PATH__/ {
include fastcgi_params; include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user; fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
} }
# Include SSOWAT user panel. # Include SSOWAT user panel.