Author: Robert Kaussow <mail@geeklabor.de>
Date:   Mon May 25 14:03:18 2020 +0200

    add nginx_maps_extra var
This commit is contained in:
Robert Kaussow 2020-05-25 12:05:54 +00:00
parent 718604f9eb
commit a601313fb1
1 changed files with 9 additions and 0 deletions

View File

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