resource_servers[]/path

The path at which the resource server will be made available. This entry is required if the virtual_host entry has not been specified. It is not valid to have both path and virtual_host entries specified.

Property

NameTypeConstraints
pathstring

Example

resource_servers:
  - path: /static
    # ...