From 718604f9eba2b5e7ce45838d4cdffd3c9f2c9ccf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 May 2020 09:24:57 +0000 Subject: [PATCH] commit 21bd776e75ed222401bde0d9f8ae9b21e03f7fca Author: Robert Kaussow Date: Mon May 25 11:22:18 2020 +0200 use a list for nginx_error_location --- index.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 07306ff..dff272e 100644 --- a/index.md +++ b/index.md @@ -137,14 +137,20 @@ 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 value + +```YAML +nginx_error_location: [] +``` + #### Example usage ```YAML nginx_error_location: - match: / - root: /var/www/vhosts/default - index: index.html - custom_options: + - match: / + root: /var/www/vhosts/default + index: index.html + custom_options: ``` ### nginx_error_log