This commit is contained in:
j3d1 2026-08-16 18:58:53 +02:00
parent c0f70004eb
commit 82a27ce2a8
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
events {}
http {
client_max_body_size 128M;
upstream backend {
server backend-a:8000;
}