Fix forgejo rq size
This commit is contained in:
parent
07b15aec19
commit
170bcd24c5
1 changed files with 4 additions and 0 deletions
|
|
@ -175,6 +175,10 @@
|
|||
enableACME = true;
|
||||
onlySSL = true;
|
||||
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue