forked from exozyme/nginx
Increase Gitea max upload file size to 1G
This commit is contained in:
parent
32df017f61
commit
31876bd1ec
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://unix:/run/gitea/gitea.socket;
|
||||
client_max_body_size 1G;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue