🐳 Configure nginx to handle larger uploads

This commit is contained in:
Ricardo Paes
2022-02-25 10:57:17 -03:00
parent 393b2e66b4
commit 9b32bd6f99

View File

@@ -1,3 +1,5 @@
client_max_body_size 20M;
upstream backend {
server {{ .Env.URL_BACKEND }};
}