From 5470b67617af599079f0d40e6f5b84afc24cfa0a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 25 Jul 2024 23:55:09 -0400 Subject: [PATCH] increase body size for avatars --- .../https.hatecomputers.club.conf | 1 + 1 file changed, 1 insertion(+) 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; } }