diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index 5c74ace..5548495 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -162,14 +162,6 @@ proxyPass = "http://100.64.0.13"; }; }; - "notes.joshuabell.xyz" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyWebsockets = true; - proxyPass = "http://100.64.0.13"; - }; - }; "sso.joshuabell.xyz" = { enableACME = true; forceSSL = true;