disable gateway timeout

This commit is contained in:
Aiden McClelland
2021-10-02 14:55:50 -06:00
committed by Aiden McClelland
parent 7f107efbf3
commit f995b5a12a
5 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ server {
proxy_request_buffering off;
proxy_socket_keepalive on;
proxy_http_version 1.1;
proxy_read_timeout 1800;
location /rpc/ {
proxy_pass http://127.0.0.1:5959/;

View File

@@ -12,6 +12,7 @@ server {
proxy_request_buffering off;
proxy_socket_keepalive on;
proxy_http_version 1.1;
proxy_read_timeout 1800;
location /rpc/ {
proxy_pass http://127.0.0.1:5959/;

View File

@@ -12,6 +12,7 @@ server {
proxy_request_buffering off;
proxy_socket_keepalive on;
proxy_http_version 1.1;
proxy_read_timeout 1800;
location /rpc/ {
proxy_pass http://127.0.0.1:5959/;