Add book server conf block

merge-requests/2/head
Matthew 2022-09-19 18:54:16 -04:00
parent 90f4a0c71d
commit 2e029d7927
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$ {
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;
proxy_read_timeout 800;
}