-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration: Routes
gianlucafrei edited this page Dec 7, 2020
·
5 revisions
You can specify routes for your upstream servers in the Nelly configuration
Example:
routes:
route1:
type: webapplication
path: /**
url: https://nellydemoapp.azurewebsites.net
allowAnonymous: yes
route2:
type: webapplication
path: /secure/**
url: https://nellydemoapp.azurewebsites.net
allowAnonymous: no
This Wiki contains the documentation of the OWASP Application Gateway (OAG). If you think that we missed something please add an issue on GitHub.
- Wiki Home
There is also a Swagger documentation of all OAG endpoint available online: https://app.swaggerhub.com/apis-docs/gianlucafrei/OAG/0.4#/