go back to defaults for some of these ridiculous timeouts
All checks were successful
build and push / build (push) Successful in 3m23s
All checks were successful
build and push / build (push) Successful in 3m23s
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
7d7fe4ce66
commit
40478898ff
2 changed files with 10 additions and 10 deletions
|
|
@ -83,8 +83,8 @@ server {
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
proxy_read_timeout 8h;
|
||||
proxy_send_timeout 5s;
|
||||
proxy_connect_timeout 3s;
|
||||
proxy_send_timeout 60s;
|
||||
proxy_connect_timeout 60s;
|
||||
proxy_buffering off;
|
||||
}
|
||||
# static sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue