mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
hotfix cockpit config (#3249)
This commit is contained in:
parent
75507e243f
commit
5e836913ae
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ This guide assumes you already have Pomerium installed and connected to your [Id
|
||||||
|
|
||||||
1. Once installed, create or edit `/etc/cockpit/cockpit.conf` to prepare it to accept proxied connections:
|
1. Once installed, create or edit `/etc/cockpit/cockpit.conf` to prepare it to accept proxied connections:
|
||||||
|
|
||||||
```conf
|
```ini
|
||||||
[WebService]
|
[WebService]
|
||||||
Origins = https://cockpit.localhost.pomerium.io wss://localhost.pomerium.io
|
Origins = https://cockpit.localhost.pomerium.io wss://cockpit.localhost.pomerium.io
|
||||||
ProtocolHeader = X-Forwarded-Proto
|
ProtocolHeader = X-Forwarded-Proto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue