diff --git a/machines/oracle/configuration.nix b/machines/oracle/configuration.nix index 51365a7..2f21d9c 100644 --- a/machines/oracle/configuration.nix +++ b/machines/oracle/configuration.nix @@ -87,18 +87,12 @@ email michaelhthomas@outlook.com ''; virtualHosts = { - "s.michaelt.xyz".extraConfig = '' - respond "Coming soon!" - ''; "auth.s.michaelt.xyz".extraConfig = '' reverse_proxy http://10.0.10.2:7654 ''; "traggo.s.michaelt.xyz".extraConfig = '' reverse_proxy http://10.0.10.2:3030 ''; - "git.s.michaelt.xyz".extraConfig = '' - reverse_proxy http://10.0.10.2:3000 - ''; }; }; networking.firewall.allowedTCPPorts = [80 443];