@@ -75,7 +75,7 @@ nginx_app_protect_security_policy_template_enable: true
75
75
nginx_app_protect_security_policy_template :
76
76
template_file : app-protect-security-policy.j2
77
77
out_file_name : app-protect-security-policy.json
78
- out_file_location : /etc/nginx /
78
+ out_file_location : /etc/app_protect/conf /
79
79
# possible values: transparent, blocking
80
80
nginx_app_protect_security_policy_enforcement_mode : transparent
81
81
@@ -85,7 +85,7 @@ nginx_app_protect_log_policy_template_enable: true
85
85
nginx_app_protect_log_policy_template :
86
86
template_file : app-protect-log-policy.j2
87
87
out_file_name : app-protect-log-policy.json
88
- out_file_location : /etc/nginx /
88
+ out_file_location : /etc/app_protect/conf /
89
89
# possible values: all, illegal, blocked
90
90
nginx_app_protect_log_policy_filter_request_type : all
91
91
@@ -104,9 +104,9 @@ nginx_app_protect_log_policy_target: "syslog:server={{ nginx_app_protect_log_pol
104
104
# Copy local NGINX App Protect security policy to host
105
105
nginx_app_protect_security_policy_file_enable : false
106
106
nginx_app_protect_security_policy_file_src : files/config/security-policy.json
107
- nginx_app_protect_security_policy_file_dest : /etc/nginx /security-policy.json
107
+ nginx_app_protect_security_policy_file_dest : /etc/app_protect/conf /security-policy.json
108
108
109
109
# Copy local NGINX App Protect log policy to host
110
110
nginx_app_protect_log_policy_file_enable : false
111
111
nginx_app_protect_log_policy_file_src : files/config/log-policy.json
112
- nginx_app_protect_log_policy_file_dest : /etc/nginx /log-policy.json
112
+ nginx_app_protect_log_policy_file_dest : /etc/app_protect/conf /log-policy.json
0 commit comments