mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +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
|
reverse_proxy :3030
|
||||||
'';
|
'';
|
||||||
|
|
||||||
virtualHosts.":2342".extraConfig = ''
|
virtualHosts.":2344".extraConfig = ''
|
||||||
|
reverse_proxy :2342
|
||||||
reverse_proxy :2344
|
|
||||||
'';
|
'';
|
||||||
/*
|
/*
|
||||||
virtualHosts."jellyfin.normandy.hypervirtual.world".extraConfig = ''
|
virtualHosts."jellyfin.normandy.hypervirtual.world".extraConfig = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue