fix: increase request body size for git.vlw.se

This commit is contained in:
Victor Westerlund 2024-11-23 13:06:48 +01:00
parent f57945acca
commit c34615eb4f

View file

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