From f9cd397900eb71cc31d02938003d21ee6e07130a Mon Sep 17 00:00:00 2001 From: Dag Date: Sat, 29 Oct 2022 10:21:51 +0200 Subject: [PATCH] Update README.md (#3121) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d53bff36..01a321a4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; + fastcgi_read_timeout 60s; fastcgi_pass unix:/run/php/php-fpm.sock; } }