Skip to content

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

Configuration

type

path

url

allowAnonymous

Clone this wiki locally