diff options
author | heqnx <root@heqnx.com> | 2025-10-02 13:08:58 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-10-02 13:08:58 +0300 |
commit | c00c75d310e2afea3b521e8a4b90e800ab4f9ff2 (patch) | |
tree | 7875697bfeadfba2276e2e1d2066eca551bf3e17 /templates/cockpit.conf.j2 | |
parent | ac5767248e7b20b376127ac8e3cfdd1a7aaf4193 (diff) | |
download | ansible-cockpit-main.tar.gz ansible-cockpit-main.zip |
Diffstat (limited to 'templates/cockpit.conf.j2')
-rw-r--r-- | templates/cockpit.conf.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/cockpit.conf.j2 b/templates/cockpit.conf.j2 new file mode 100644 index 0000000..e1cf026 --- /dev/null +++ b/templates/cockpit.conf.j2 @@ -0,0 +1,9 @@ +[WebService] +Origins = https://{{ansible_host}} +ProtocolHeader = X-Forwarded-Proto +ForwardedForHeader = X-Forwarded-For + +[Session] +IdleTimeout = 15 +LoginTo = false +AllowMultiHost = false |