Changes to fix gitea package repo

This commit is contained in:
2025-09-02 22:40:15 -05:00
parent 01c303daa9
commit 3641a304b6
2 changed files with 53 additions and 30 deletions

View File

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