mirror of
https://github.com/YunoHost-Apps/chtickynotes_ynh.git
synced 2024-09-03 18:15:57 +02:00
Fix nginx config with new yunohost version
This commit is contained in:
parent
c63ca08270
commit
83d22fb077
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ location PATHTOCHANGE {
|
|||
include fastcgi_params;
|
||||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Reference in a new issue