mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Increase proxy timeout
This commit is contained in:
parent
ab682bda6f
commit
b30b81c4ed
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ server {
|
|||
# Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable
|
||||
set $backend_upstream "http://api:_API_PORT_";
|
||||
|
||||
proxy_read_timeout 3600;
|
||||
|
||||
location /api {
|
||||
# Remove /api/ from the beginning when passing the path to the API process
|
||||
rewrite /api(/.*)$ $1 break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue