mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
bug: added weird caddy redirect
This commit is contained in:
parent
c8eb1a3bdf
commit
bc455b3893
|
@ -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
|
||||
|
|
|
@ -47,7 +47,7 @@ in
|
|||
8448 # matrix-synapse
|
||||
3030
|
||||
3333
|
||||
2342
|
||||
2344
|
||||
4000
|
||||
5050 # calibre-web
|
||||
9091 # transmission
|
||||
|
|
Loading…
Reference in a new issue