added location support
This commit is contained in:
parent
837e8e0531
commit
ba448f3185
2 changed files with 22 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -62,5 +62,17 @@ backend: None
|
|||
|
||||
# Set ssl certs to letsencrypt paths and enable letsencrypt for this vhost
|
||||
letsencrypt: False
|
||||
|
||||
# array of locations, see below
|
||||
locations: [*locationconfig*, .. ]
|
||||
```
|
||||
|
||||
**locationconfig**:
|
||||
```
|
||||
# a match definition, for example "/", see nginx docu: https://nginx.org/en/docs/http/ngx_http_core_module.html#location
|
||||
match: ''
|
||||
|
||||
# path, only set if not none
|
||||
alias: None
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue