diff options
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 |