From 63c5efb7b6ce6eb229b18a7c01828d4f297e25e8 Mon Sep 17 00:00:00 2001 From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr> Date: Thu, 27 Feb 2020 11:37:00 +0100 Subject: [PATCH] MAJ --- tms/symfony.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tms/symfony.conf b/tms/symfony.conf index f80e76a1..52e17a57 100644 --- a/tms/symfony.conf +++ b/tms/symfony.conf @@ -10,7 +10,7 @@ server { # This rule should only be placed on your development environment # In production, don't include this and don't deploy index_dev.php or config.php location ~ ^/(index_dev|config)\.php(/|$) { - fastcgi_pass unix:/tmp/php7.4-fpm.sock; + fastcgi_pass unix:/tmp/php/php7.4-fpm.sock; # nginx will now start if host is not reachable @@ -31,7 +31,7 @@ server { } # PROD location ~ ^/index\.php(/|$) { - fastcgi_pass unix:/tmp/php7.4-fpm.sock; + fastcgi_pass unix:/tmp/php/php7.4-fpm.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; -- GitLab