From ccb83bfbf8395e336cb064dad8a6ea10d870564e Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 5 Dec 2019 07:14:57 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20correction=20temporaire?= =?UTF-8?q?=20pour=20php-fpm=20:=C2=A0=C3=A7a=20posait=20probl=C3=A8me=20p?= =?UTF-8?q?our=20les=20aper=C3=A7us=20du=20blog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx/templates/vhosts/blog.libertus.eu.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/nginx/templates/vhosts/blog.libertus.eu.conf.j2 b/roles/nginx/templates/vhosts/blog.libertus.eu.conf.j2 index 0b4e0a9..68416cb 100644 --- a/roles/nginx/templates/vhosts/blog.libertus.eu.conf.j2 +++ b/roles/nginx/templates/vhosts/blog.libertus.eu.conf.j2 @@ -21,7 +21,6 @@ server { ## Inter PHP en path_info location ~ ^/(index).php(/.*)+ { fastcgi_split_path_info ^(.+\.php)(/.*)$; - try_files $fastcgi_script_name =404; fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; include fastcgi_params; }