chef-recipes/roles/cockpit/templates/cockpit.conf.j2

4 lines
307 B
Plaintext
Raw Normal View History

2023-02-01 17:34:56 +00:00
[WebService]
2023-02-06 09:11:29 +00:00
Origins = http://{{ inventory_hostname }} ws://{{ inventory_hostname }} https://{{ inventory_hostname }} wss://{{ inventory_hostname }} http://{{ ansible_host }} ws://{{ ansible_host }} https://{{ ansible_host }} wss://{{ ansible_host }}
2023-02-01 17:34:56 +00:00
ProtocolHeader = X-Forwarded-Proto
AllowUnencrypted=true