Path
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
Name | Type | Constraints |
---|---|---|
path | string |
Example
resource_servers:
- path: /static
# ...
Updated about 2 years ago