hainich/nginx: remove rc3 cluster site
This commit is contained in:
parent
dbbdde76c7
commit
94eafe59d2
1 changed files with 0 additions and 7 deletions
|
@ -11,11 +11,6 @@
|
|||
# services.nginx.recommendedProxySettings = true;
|
||||
|
||||
services.nginx.virtualHosts = let
|
||||
rc3clustersite = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "https://stuebinm.4future.dev/about-future-website/";
|
||||
};
|
||||
in {
|
||||
"hainich.hacc.space" = {
|
||||
enableACME = true;
|
||||
|
@ -26,8 +21,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
"freedom.rc3.io" = rc3clustersite;
|
||||
"future.rc3.io" = rc3clustersite;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 1935 ];
|
||||
|
|
Loading…
Reference in a new issue