commit 21bd776e75
Author: Robert Kaussow <mail@geeklabor.de> Date: Mon May 25 11:22:18 2020 +0200 use a list for nginx_error_location
This commit is contained in:
parent
6ce2ee7c99
commit
718604f9eb
8
index.md
8
index.md
@ -137,11 +137,17 @@ nginx_csp_options:
|
|||||||
|
|
||||||
Default error location. If set, the defined location will be automatically added once to every server block to handle custom error sites.
|
Default error location. If set, the defined location will be automatically added once to every server block to handle custom error sites.
|
||||||
|
|
||||||
|
#### Default value
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
nginx_error_location: []
|
||||||
|
```
|
||||||
|
|
||||||
#### Example usage
|
#### Example usage
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
nginx_error_location:
|
nginx_error_location:
|
||||||
match: /
|
- match: /
|
||||||
root: /var/www/vhosts/default
|
root: /var/www/vhosts/default
|
||||||
index: index.html
|
index: index.html
|
||||||
custom_options:
|
custom_options:
|
||||||
|
Loading…
Reference in New Issue
Block a user