chore(oracle): remove unused virtual hosts

This commit is contained in:
Michael Thomas 2024-05-08 16:00:52 -04:00
parent c8d2a40b01
commit 117c5d6ef9

View File

@ -87,18 +87,12 @@
email michaelhthomas@outlook.com email michaelhthomas@outlook.com
''; '';
virtualHosts = { virtualHosts = {
"s.michaelt.xyz".extraConfig = ''
respond "Coming soon!"
'';
"auth.s.michaelt.xyz".extraConfig = '' "auth.s.michaelt.xyz".extraConfig = ''
reverse_proxy http://10.0.10.2:7654 reverse_proxy http://10.0.10.2:7654
''; '';
"traggo.s.michaelt.xyz".extraConfig = '' "traggo.s.michaelt.xyz".extraConfig = ''
reverse_proxy http://10.0.10.2:3030 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]; networking.firewall.allowedTCPPorts = [80 443];