Remove nginx upload size limit for container registry

This commit is contained in:
Ryan Moon
2026-03-31 18:47:25 -05:00
parent c1398800c5
commit a81981df87

View File

@@ -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;