diff --git a/nginx.tmpl b/nginx.tmpl index b4140f9..ef63a54 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -1,3 +1,5 @@ +client_max_body_size 200m; + {{ define "upstream" }} {{ if .Address }} {{/* If we got the containers from swarm and this container's port is published to host, use host IP:PORT */}}