Skip to content

Commit 0d49ab5

Browse files
committed
Use policy json instead of tgz
Using polciy JSON everywhere as our code will translate it to tgz post complilation anyway. The service accepts JSON from the customer as it is easier to read and updating our docs to just use json in the configuration just streamlines the experience. If the user finds out that they can use tgz as well, :shrug:
1 parent 906883d commit 0d49ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginxaas-azure/app-protect/configure-waf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ http {
7070
7171
location / {
7272
app_protect_enable on;
73-
app_protect_policy_file /etc/app_protect/conf/NginxDefaultPolicy.tgz;
73+
app_protect_policy_file /etc/app_protect/conf/NginxDefaultPolicy.json;
7474
proxy_pass http://127.0.0.1:80/proxy/$request_uri;
7575
}
7676

0 commit comments

Comments
 (0)