From 9b1fc5bd1d78fe30e20508a0c7dee70fffff1f57 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Sep 2021 23:23:03 +0900 Subject: [PATCH] =?UTF-8?q?webpack=20=EB=8C=80=EA=B8=B0=EC=9A=A9=20timeout?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/web/default.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hidche/web/default.conf b/hidche/web/default.conf index 56abf98..6fdd3f0 100644 --- a/hidche/web/default.conf +++ b/hidche/web/default.conf @@ -32,13 +32,14 @@ server { location / { location ~ \.php$ { include fastcgi_params; + proxy_read_timeout 600; fastcgi_pass app:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } } - + # deny access to .htaccess files, if Apache's document root # concurs with nginx's one