fix: increase request body size to 128M for git.vlw.se

This commit is contained in:
Victor Westerlund 2024-11-23 13:23:58 +01:00
parent c34615eb4f
commit a2d1c4f16c

View file

@ -6,7 +6,7 @@ server {
include snippets/vlw.se-ssl; include snippets/vlw.se-ssl;
location / { location / {
client_max_body_size 16M; client_max_body_size 128M;
proxy_pass http://localhost:8004; proxy_pass http://localhost:8004;
} }