Increase client upload limit for gitea
This commit is contained in:
@@ -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 20M;
|
||||
client_max_body_size 200M;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/loadingm.xyz/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/loadingm.xyz/privkey.pem;
|
||||
|
||||
Reference in New Issue
Block a user