mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix socket dummy variable name
This commit is contained in:
parent
07a8120a38
commit
dd43f8e27a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ location ^~ YNH_WWW_PATH {
|
|||
|
||||
location ~* \.php$ {
|
||||
fastcgi_split_path_info ^(.+.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php5-fpm-YNH_WWW_APP.sock;
|
||||
fastcgi_pass unix:/var/run/php5-fpm-YNH_WWW_ROOTAPP.sock;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param HTTP_PROXY ""; # Fix for https://httpoxy.org/ vulnerability
|
||||
|
|
Loading…
Reference in a new issue