diff --git a/tms/symfony.conf b/tms/symfony.conf
index f80e76a14ccc547dab4693cbce2ca89c47878242..52e17a57d6fe943adea6750006f2e21b28f35747 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)(/.*)$;