Skip to content

Commit da25901

Browse files
committed
modify nginx.conf proxy_read_timeout 60 -> 600 s;
1 parent 900b4a6 commit da25901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ http {
2424
keepalive_timeout 65;
2525

2626
client_max_body_size 1024m;
27+
proxy_read_timeout 600s;
2728

2829
gzip on;
2930
gzip_vary on;

0 commit comments

Comments
 (0)