Vire Fluotonic

This commit is contained in:
whirigoyen 2023-03-31 10:54:46 +02:00
parent 101ed34417
commit 841cfaa9cf

View file

@ -55,7 +55,7 @@ server {
index index.html index.php;
location ~ \.php$ {
fastcgi_pass unix:/var/run/php-fpm-fluotonic.sock;
fastcgi_pass unix:/var/run/php-fpm-foo.sock;
fastcgi_read_timeout 180s;
include snippets/fastcgi-php.conf;
}