Increase client upload limit for gitea

This commit is contained in:
2025-09-02 22:20:15 -05:00
parent de9aee70a8
commit 01c303daa9

View File

@@ -22,7 +22,7 @@ server {
server_name gitea.loadingm.xyz; server_name gitea.loadingm.xyz;
## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc. ## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc.
client_max_body_size 20M; client_max_body_size 200M;
ssl_certificate /etc/letsencrypt/live/loadingm.xyz/fullchain.pem; ssl_certificate /etc/letsencrypt/live/loadingm.xyz/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/loadingm.xyz/privkey.pem; ssl_certificate_key /etc/letsencrypt/live/loadingm.xyz/privkey.pem;