Fix reverse proxy to cockpit dashboard
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[WebService]
|
||||
Origins = http://{{ inventory_hostname }} ws://{{ inventory_hostname }} https://{{ inventory_hostname }} wss://{{ inventory_hostname }} http://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 ws://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 https://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090 wss://{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}:9090
|
||||
Origins = https://{{ inventory_hostname }} wss://{{ inventory_hostname }}
|
||||
ProtocolHeader = X-Forwarded-Proto
|
||||
UrlRoot=/admin
|
||||
|
||||
Reference in New Issue
Block a user