feature: Forgejo reverse proxy

This commit is contained in:
Filippo Berto 2025-09-19 11:05:15 +02:00
parent ec54a1e980
commit 5cb30a5776
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -127,6 +127,19 @@
'';
};
};
"git.bertof.net" = ssl // {
locations."/" = {
proxyPass = "http://heimdall.tsn:3000";
proxyWebsockets = true;
recommendedProxySettings = true;
extraConfig = ''
client_max_body_size 1024M;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
'';
};
};
# "ntfy.bertof.net" = ssl // {
# locations."/" = {