small adjustments

This commit is contained in:
slawkens 2023-06-25 08:38:45 +02:00
parent 30d62bda3b
commit a7dc719934

View File

@ -32,6 +32,6 @@ server {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_read_timeout 240; fastcgi_read_timeout 240;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
# for ubuntu 22.04+ it will be php8.1-fpm.-sock # for ubuntu 22.04+ it will be php8.1-fpm.sock
} }
} }