Add specific IP address for Jellyfin server to match Jellyfin published server URL environment variable.
This commit is contained in:
@@ -11,7 +11,12 @@ cockpit.objectbrokers.com {
|
||||
}
|
||||
|
||||
portainer.objectbrokers.com {
|
||||
reverse_proxy :9000
|
||||
reverse_proxy :9443 {
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jellyfin.objectbrokers.com {
|
||||
|
||||
Reference in New Issue
Block a user