mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
bug: fixed wrong port mapping
This commit is contained in:
parent
bc455b3893
commit
d29d6f0133
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@
|
|||
reverse_proxy :3030
|
||||
'';
|
||||
|
||||
virtualHosts.":2342".extraConfig = ''
|
||||
|
||||
reverse_proxy :2344
|
||||
virtualHosts.":2344".extraConfig = ''
|
||||
reverse_proxy :2342
|
||||
'';
|
||||
/*
|
||||
virtualHosts."jellyfin.normandy.hypervirtual.world".extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue