leave a note in nginx config
This commit is contained in:
@@ -59,6 +59,7 @@ server {
|
||||
client_max_body_size 1m;
|
||||
}
|
||||
|
||||
# the read timeout is between successive reads and not the whole connection
|
||||
location ~ ^/api/v1/apps/.*/exec$ {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_read_timeout 30m;
|
||||
|
||||
Reference in New Issue
Block a user