merge-requests/2/head
Matthew 2022-02-14 18:40:17 -05:00
parent 872b75871e
commit 4670c87c4f
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ server {
location ~ \.php$ { location ~ \.php$ {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock; fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_param HTACCESS on; fastcgi_param HTACCESS on;
proxy_read_timeout 800; proxy_read_timeout 800;
} }