Suppression de la correction temporaire pour php-fpm : ça posait problème pour les aperçus du blog
This commit is contained in:
@@ -21,7 +21,6 @@ server {
|
|||||||
## Inter PHP en path_info
|
## Inter PHP en path_info
|
||||||
location ~ ^/(index).php(/.*)+ {
|
location ~ ^/(index).php(/.*)+ {
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||||
try_files $fastcgi_script_name =404;
|
|
||||||
fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock;
|
fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user