mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Fix nginx conf
Correction suite à la mise à jour du paquet nginx provoquant l'erreur FastCGI sent in stderr: "Primary script unknown"
This commit is contained in:
parent
b78e45644c
commit
91d5df4bfd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ location PATHTOCHANGE {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
#--PRIVATE--# Include SSOWAT user panel.
|
#--PRIVATE--# Include SSOWAT user panel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue