mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
update verify port (#3035)
This commit is contained in:
parent
716d5cfbb7
commit
e5d62c9a59
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ cookie_secret: <reducted>
|
|||
# https://pomerium.io/reference/#routes
|
||||
routes:
|
||||
- from: https://verify.localhost.pomerium.io
|
||||
to: http://verify
|
||||
to: http://verify:8000
|
||||
policy:
|
||||
- allow:
|
||||
or:
|
||||
|
|
|
@ -27,7 +27,7 @@ cookie_secret: V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=
|
|||
# https://pomerium.com/reference/#routes
|
||||
routes:
|
||||
- from: https://verify.localhost.pomerium.io
|
||||
to: http://verify
|
||||
to: http://verify:8000
|
||||
policy:
|
||||
- allow:
|
||||
or:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue