File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ ENHANCEMENTS:
15
15
BUG FIXES:
16
16
17
17
* Prevent TravisCI from trying to build (and failing) NGINX Plus images on external PRs.
18
- * Fix naming for SELinux facts dict.
18
+ * Fix naming for SELinux Ansible facts.
19
+ * Correctly import ` app_protect ` global directives in template.
19
20
20
21
## 0.2.0 (September 24, 2020)
21
22
Original file line number Diff line number Diff line change 37
37
include /etc/nginx/mime.types;
38
38
default_type application/octet-stream;
39
39
40
- {% if nginx_config_main_template .http_settings .app_protect is defined %}
40
+ {% if nginx_config_main_template .http_settings .app_protect_global is defined %}
41
41
{% from 'http/app_protect.j2' import app_protect_global with context %}
42
42
{% filter indent (4) %}
43
43
{{ app_protect_global(nginx_config_main_template.http_settings.app_protect_global) }}
You can’t perform that action at this time.
0 commit comments