fix(etna): switch forgejo to vesuvio proxy
ssh url now matches https!!! yay!!!
This commit is contained in:
parent
389f6b2e10
commit
5e171d9c06
2 changed files with 13 additions and 4 deletions
|
@ -75,6 +75,15 @@
|
|||
client_max_body_size 1000M;
|
||||
'';
|
||||
};
|
||||
|
||||
"git.uku3lig.net" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://etna:3000";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue