From a601313fb1c47aa1d5a82320d21c169fc3270596 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 May 2020 12:05:54 +0000 Subject: [PATCH] commit 244653de8e3e14084ced6718c0c1bc5fad04384c Author: Robert Kaussow Date: Mon May 25 14:03:18 2020 +0200 add nginx_maps_extra var --- index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.md b/index.md index dff272e..306a75a 100644 --- a/index.md +++ b/index.md @@ -28,6 +28,7 @@ Setup [nginx](https://www.nginx.com/) webserver. Nginx is an open source reverse * [nginx_hsts_options](#nginx-hsts-options) * [nginx_keepalive_timeout](#nginx-keepalive-timeout) * [nginx_maps](#nginx-maps) + * [nginx_maps_extra](#nginx-maps-extra) * [nginx_official_repo_enabled](#nginx-official-repo-enabled) * [nginx_reset_timedout_connection](#nginx-reset-timedout-connection) * [nginx_send_timeout](#nginx-send-timeout) @@ -273,6 +274,14 @@ nginx_maps: - "/old/path /new_path" ``` +### nginx_maps_extra + +#### Default value + +```YAML +nginx_maps_extra: [] +``` + ### nginx_official_repo_enabled #### Default value