mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
docs: update references, remove docs dir (#3420)
* docs: update references, remove docs dir Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * Update README.md Co-authored-by: Alex Fornuto <afornuto@pomerium.com> * Update Docs Paths * precommit Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * remove spellcheck Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> * spell the check Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
fc116b83d3
commit
ebbb6a7ff2
318 changed files with 20 additions and 32969 deletions
|
@ -7,7 +7,7 @@ A tiny go http server that enforces client certificates and can be used to test
|
|||
### Pomerium config
|
||||
|
||||
```yaml
|
||||
# See detailed configuration settings : https://www.pomerium.io/reference/
|
||||
# See detailed configuration settings : https://www.pomerium.com/docs/reference
|
||||
authenticate_service_url: https://authenticate.corp.domain.example
|
||||
authorize_service_url: https://authorize.corp.domain.example
|
||||
|
||||
|
@ -45,7 +45,7 @@ services:
|
|||
- CERTIFICATE_KEY
|
||||
- COOKIE_SECRET
|
||||
volumes:
|
||||
# Mount your config file : https://www.pomerium.io/reference/
|
||||
# Mount your config file : https://www.pomerium.com/docs/reference
|
||||
# be sure to change the default values :)
|
||||
- ./example.config.yaml:/pomerium/config.yaml:ro
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue