Add book server conf block

merge-requests/2/head
Matthew 2022-09-19 18:55:47 -04:00
parent 2e029d7927
commit 5214af682c
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

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