caddy: Update primary jellyfin address

This commit is contained in:
Mr Hedgehog 2022-07-01 16:33:35 -04:00
parent fac476eada
commit 4006db6404
No known key found for this signature in database

View file

@ -28,7 +28,8 @@
reverse_proxy http://localhost:6000
'';
};
"jellyfin.thehedgehog.internal" = {
"media.thehedgehog.internal" = {
serverAliases = [ "jellyfin.thehedgehog.internal" ];
extraConfig = ''
reverse_proxy http://localhost:8096
'';