mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
🐳 Configure nginx to handle larger uploads
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
client_max_body_size 20M;
|
||||||
|
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server {{ .Env.URL_BACKEND }};
|
server {{ .Env.URL_BACKEND }};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user