diff options
-rw-r--r-- | static.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/static.nix b/static.nix index 2f794fa..2a27b66 100644 --- a/static.nix +++ b/static.nix @@ -90,14 +90,6 @@ in { forceSSL = true; root = "/var/lib/www/septagram.suricrasia.online"; }; - - "cc.xrvs.net" = let - honk = "/var/lib/www/cc.xrvs.net/honk.sock"; - in { - enableACME = true; - forceSSL = true; - locations."/".proxyPass = "http://unix:${honk}"; - }; }; }; |