add zammad to fw vm, add web-arm machine
This commit is contained in:
parent
d46990b7fb
commit
f86996cd28
87 changed files with 4681 additions and 135 deletions
10
hosts/fw.cloonar.com/modules/web/proxies.nix
Normal file
10
hosts/fw.cloonar.com/modules/web/proxies.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
services.nginx.virtualHosts."git.cloonar.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
locations."/" = {
|
||||
proxyPass = "https://git.cloonar.com/";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue