mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 06:43:57 +01:00
bug: commented invalid domain names
This commit is contained in:
parent
e4c4d7b341
commit
5d97448ccc
|
@ -6,10 +6,11 @@
|
|||
virtualHosts.":5050".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
|
||||
virtualHosts."sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8003
|
||||
'';
|
||||
/*
|
||||
virtualHosts."sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8003
|
||||
'';
|
||||
*/
|
||||
|
||||
virtualHosts."git.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :3333
|
||||
|
@ -26,6 +27,11 @@
|
|||
virtualHosts."fish.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :3030
|
||||
'';
|
||||
/*
|
||||
virtualHosts."jellyfin.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
'';
|
||||
*/
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue