mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
bug: added weird caddy redirect
This commit is contained in:
parent
c8eb1a3bdf
commit
bc455b3893
2 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,11 @@
|
|||
virtualHosts."fish.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :3030
|
||||
'';
|
||||
|
||||
virtualHosts.":2342".extraConfig = ''
|
||||
|
||||
reverse_proxy :2344
|
||||
'';
|
||||
/*
|
||||
virtualHosts."jellyfin.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy :8096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue