feature: Forgejo reverse proxy
This commit is contained in:
parent
ec54a1e980
commit
5cb30a5776
1 changed files with 13 additions and 0 deletions
|
|
@ -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 // {
|
# "ntfy.bertof.net" = ssl // {
|
||||||
# locations."/" = {
|
# locations."/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue