leave a note in nginx config

This commit is contained in:
Girish Ramakrishnan
2016-05-19 12:27:54 -07:00
parent 42cc8249f8
commit 27d2daae93

View File

@@ -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;