nginx-proxy-auto-docker/custom-nginx.conf
Leta Montopoli 17b41c1ef0 Increate client body size for all review apps.
Review apps consistently run into issues because the default
limit is quite small.
2021-02-16 13:50:03 -05:00

3 lines
108 B
Text

# All all endpoints for all virtual hosts to
# make requests with large bodies.
client_max_body_size 1024m;