Update README.md (#3121)

This commit is contained in:
Dag 2022-10-29 10:21:51 +02:00 committed by GitHub
parent 1f576312ea
commit f9cd397900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_read_timeout 60s;
fastcgi_pass unix:/run/php/php-fpm.sock;
}
}