diff --git a/ansible/roles/gitea/templates/nginx.conf.j2 b/ansible/roles/gitea/templates/nginx.conf.j2 index ce53d20..d810ecb 100644 --- a/ansible/roles/gitea/templates/nginx.conf.j2 +++ b/ansible/roles/gitea/templates/nginx.conf.j2 @@ -14,6 +14,8 @@ server { ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; + client_max_body_size 0; + location / { proxy_pass http://127.0.0.1:{{ gitea_http_port }}; proxy_set_header Host $host;