diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-02 02:37:24 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-01-02 02:52:17 +0900 |
commit | f0b453bcd61f84e740537014db7535c8b5476fe4 (patch) | |
tree | 3b6a3fe5c5dbffc68236e505c4b8d23a94c4e8ef | |
parent | f0bdbb1caff9e072c8f3dea73ff25986c3a05718 (diff) | |
download | nixos-conf-f0b453bcd61f84e740537014db7535c8b5476fe4.tar.gz |
Retire cc.xrvs.net
-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}"; - }; }; }; |