Skip to content

Commit 2b5d7d3

Browse files
author
Serghey Rodin
committed
increased timeout for backend
1 parent ca786aa commit 2b5d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/conf/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ http {
6868
proxy_send_timeout 90;
6969
proxy_read_timeout 90;
7070
proxy_buffers 32 4k;
71-
71+
fastcgi_read_timeout 300;
7272

7373
# Error pages
7474
error_page 403 /error/403.html;

0 commit comments

Comments
 (0)