Skip to main content

Path

Summary

If Path is set, the route will only match incoming requests with a path that is an exact match for the specified path.

How to configure

YAML/JSON settingTypeUsage
pathstringoptional

Examples

routes:
- from: https://verify.localhost.pomerium.io
to: http://verify:8000
path: /admin/some/exact/path