mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 11:26:29 +02:00
chore(docs): Fix typo in example policy (#1419)
This commit is contained in:
parent
3b6c617784
commit
5c226f6fc0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Or, mix and match a policy file (this) with env vars : config.example.env
|
# Or, mix and match a policy file (this) with env vars : config.example.env
|
||||||
|
|
||||||
# Proxied routes and per-route policies are defined in a policy block
|
# Proxied routes and per-route policies are defined in a policy block
|
||||||
# NOTA BENE: You must uncomment the bellow 'policy' key if you are loading policy as a file.
|
# NOTA BENE: You must uncomment the below 'policy' key if you are loading policy as a file.
|
||||||
# policy:
|
# policy:
|
||||||
- from: https://httpbin.corp.beyondperimeter.com
|
- from: https://httpbin.corp.beyondperimeter.com
|
||||||
to: http://localhost:8000
|
to: http://localhost:8000
|
||||||
|
|
Loading…
Add table
Reference in a new issue