: increase client body sizee for gitea

This commit is contained in:
VC
2025-03-02 10:27:18 +01:00
parent 78818fee28
commit 4bf895ceab

View File

@@ -1,6 +1,6 @@
server {
{% include './templates/header.conf.j2' %}
client_max_body_size 10M;
client_max_body_size 50M;
location / {
proxy_pass http://localhost:3000;