Add book server conf block
parent
90f4a0c71d
commit
2e029d7927
|
@ -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.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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue