Update gitea_installer.sh
Fix 413 error https://docs.gitea.io/en-us/administration/reverse-proxies/#resolving-error-413-request-entity-too-large
This commit is contained in:
parent
60da9f6374
commit
db504e4586
|
|
@ -302,6 +302,7 @@ server {
|
|||
location / {
|
||||
proxy_redirect off;
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
client_max_body_size 0;
|
||||
}
|
||||
}
|
||||
XYZ
|
||||
|
|
|
|||
Loading…
Reference in New Issue