diff --git a/hosts/oracle/o001/nginx.nix b/hosts/oracle/o001/nginx.nix index dbde258..bc02ffb 100644 --- a/hosts/oracle/o001/nginx.nix +++ b/hosts/oracle/o001/nginx.nix @@ -147,21 +147,6 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ''; }; - "jellyfin.joshuabell.xyz" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyPass = "http://100.64.0.13"; - }; - }; - "media.joshuabell.xyz" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyPass = "http://100.64.0.13"; - }; - }; - "_" = { default = true;