From 73d8faaa18beeb057154d8da3ace2e726b9f1d50 Mon Sep 17 00:00:00 2001 From: michaelwang Date: Thu, 1 Jun 2023 17:47:39 +0000 Subject: [PATCH] update NGINX Plus and NGINX App Protect repo Signed-off-by: michaelwang --- .../1-README_NAP_Deployment.md" | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git "a/11 NGINX Web\344\270\216API\345\256\211\345\205\250/Lab-1-OWASP Top 10\351\230\262\346\212\244/1-README_NAP_Deployment.md" "b/11 NGINX Web\344\270\216API\345\256\211\345\205\250/Lab-1-OWASP Top 10\351\230\262\346\212\244/1-README_NAP_Deployment.md" index ba39b95..97e202d 100644 --- "a/11 NGINX Web\344\270\216API\345\256\211\345\205\250/Lab-1-OWASP Top 10\351\230\262\346\212\244/1-README_NAP_Deployment.md" +++ "b/11 NGINX Web\344\270\216API\345\256\211\345\205\250/Lab-1-OWASP Top 10\351\230\262\346\212\244/1-README_NAP_Deployment.md" @@ -115,9 +115,10 @@ sudo mkdir -p /etc/nginx ```bash sudo yum install ca-certificates epel-release wget ``` -5. 添加NGINX Plus库 +5. 添加NGINX Plus库和NGINX App Protect WAF ```bash -sudo wget -P /etc/yum.repos.d https://cs.nginx.com/static/files/nginx-plus-7.repo +sudo wget -P /etc/yum.repos.d https://cs.nginx.com/static/files/nginx-plus-7.4.repo +sudo wget -P /etc/yum.repos.d https://cs.nginx.com/static/files/app-protect-7.repo ``` 6.安装最新版本的NGINX App Protect软件包(包括NGINX Plus) ```bash -- Gitee