mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
bug: commented invalid domain names
This commit is contained in:
parent
e4c4d7b341
commit
5d97448ccc
1 changed files with 10 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue