Add Cockpit config
This commit is contained in:
parent
c7208a8462
commit
7406e03dc6
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env fish
|
||||
sudo install -m a=r,u=rw -D cockpit.conf /etc/cockpit/
|
|
@ -0,0 +1,2 @@
|
|||
# Cockpit
|
||||
Install `cockpit.conf` to `/etc/cockpit/cockpit.conf`.
|
|
@ -0,0 +1,3 @@
|
|||
[WebService]
|
||||
ProtocolHeader = X-Forwarded-Proto
|
||||
ForwardedForHeader = X-Forwarded-For
|
Loading…
Reference in New Issue