✨ podman push git.ingolf-wagner.de/.. works now
This commit is contained in:
parent
572c761799
commit
75008eb0c4
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ in
|
||||||
"git.ingolf-wagner.de" = {
|
"git.ingolf-wagner.de" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 2048M; # 2 GB (adjust as needed), for docker/podman push
|
||||||
|
'';
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue