Add Cockpit config
This commit is contained in:
parent
c7208a8462
commit
7406e03dc6
3 changed files with 7 additions and 0 deletions
2
src/Cockpit/.install.fish
Executable file
2
src/Cockpit/.install.fish
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
sudo install -m a=r,u=rw -D cockpit.conf /etc/cockpit/
|
2
src/Cockpit/README.md
Normal file
2
src/Cockpit/README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Cockpit
|
||||||
|
Install `cockpit.conf` to `/etc/cockpit/cockpit.conf`.
|
3
src/Cockpit/cockpit.conf
Normal file
3
src/Cockpit/cockpit.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[WebService]
|
||||||
|
ProtocolHeader = X-Forwarded-Proto
|
||||||
|
ForwardedForHeader = X-Forwarded-For
|
Loading…
Reference in a new issue