diff --git a/playbooks/roles/nginx/templates/himmel.int.infra.hatecomputers.club/https.hatecomputers.club.conf b/playbooks/roles/nginx/templates/himmel.int.infra.hatecomputers.club/https.hatecomputers.club.conf index a67a8ca..67a3822 100644 --- a/playbooks/roles/nginx/templates/himmel.int.infra.hatecomputers.club/https.hatecomputers.club.conf +++ b/playbooks/roles/nginx/templates/himmel.int.infra.hatecomputers.club/https.hatecomputers.club.conf @@ -17,5 +17,6 @@ server { proxy_pass http://127.0.0.1:9696; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; + client_max_body_size 5m; } }