added location support

This commit is contained in:
nd 2019-02-11 02:06:51 +01:00
parent 837e8e0531
commit ba448f3185
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 22 additions and 0 deletions

View file

@ -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
```