Skip to content

Commit 874745b

Browse files
committed
update incorrect example in readme
1 parent 13551f9 commit 874745b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ This is a sample playbook file for using the role to install NGINX App Protect o
111111
# This option installs the latest NGINX App Protect signatures.
112112
app_protect_install_signatures: true
113113

114-
# The installation of NGINX App Protect includes a base signature set, which may be out of date.
115-
# This option installs the latest NGINX App Protect signatures.
116-
app_protect_install_signatures: true
114+
# The installation of NGINX App Protect can include a page of frequently-updated, high-accuracy signatures called Threat Campaigns.
115+
# This option installs the latest NGINX App Protect Threat Campaigns signatures.
116+
app_protect_install_threat_campaigns: true
117117

118118
# Creates basic configuration files and enables NGINX App Protect on the target host
119119
app_protect_configure: true

0 commit comments

Comments
 (0)