1
0
Fork 0
forked from exozyme/nginx

Increase Gitea max upload file size to 1G

This commit is contained in:
Anthony Wang 2021-08-28 13:12:06 -05:00
parent 32df017f61
commit 31876bd1ec
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -8,5 +8,6 @@ server {
location / {
proxy_pass http://unix:/run/gitea/gitea.socket;
client_max_body_size 1G;
}
}