[autopatch] Automatic patch attempt for helpers 2.1
This commit is contained in:
committed by
Alexandre Aubin
parent
e188966560
commit
2a9f75b936
+1
-1
@@ -26,7 +26,7 @@ location ^~ __PATH__/ {
|
||||
location ~ ^__PATH__/index\.php(/.*|)$ {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*|)$;
|
||||
set $path_info $fastcgi_path_info;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock;
|
||||
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
|
||||
Reference in New Issue
Block a user