diff --git a/src/Cockpit/.install.fish b/src/Cockpit/.install.fish new file mode 100755 index 0000000..0d3b90c --- /dev/null +++ b/src/Cockpit/.install.fish @@ -0,0 +1,2 @@ +#!/usr/bin/env fish +sudo install -m a=r,u=rw -D cockpit.conf /etc/cockpit/ diff --git a/src/Cockpit/README.md b/src/Cockpit/README.md new file mode 100644 index 0000000..a16e539 --- /dev/null +++ b/src/Cockpit/README.md @@ -0,0 +1,2 @@ +# Cockpit +Install `cockpit.conf` to `/etc/cockpit/cockpit.conf`. diff --git a/src/Cockpit/cockpit.conf b/src/Cockpit/cockpit.conf new file mode 100644 index 0000000..54fcacd --- /dev/null +++ b/src/Cockpit/cockpit.conf @@ -0,0 +1,3 @@ +[WebService] +ProtocolHeader = X-Forwarded-Proto +ForwardedForHeader = X-Forwarded-For