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

remove ssowat restriction to match api

This commit is contained in:
rodinux 2024-08-16 13:02:40 +02:00
parent 0511fdcb27
commit 1e110b70e3

View file

@ -19,7 +19,6 @@ location __PATH__/ {
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}