Added a higher client_max_body_size than standard
This commit is contained in:
parent
e47df7a884
commit
4931255057
1 changed files with 2 additions and 0 deletions
|
@ -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 */}}
|
||||
|
|
Loading…
Reference in a new issue