chore(oracle): remove unused virtual hosts
This commit is contained in:
parent
c8d2a40b01
commit
117c5d6ef9
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user