mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #88] ngx_waf 的 paranoia level 調整 #64
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ADeeeee on GitHub (Mar 28, 2022).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/88
因查找 issue 以及網路上無相關討論
請問一下在 current-dev v10.1.1 版本下啟用 modsecurity module 後,有辦法整合調整 Paranoia level (PL) 嗎?
目前我是取消註解 crs-setup.conf 裡面的 setvar:tx.paranoia_level 來調整,測試有效,但不知有無更簡便的方法,譬如使用 environment 來調整或是有個參數可以加入 waf_modsecuirty 內
@ADD-SP commented on GitHub (Mar 29, 2022):
暂时没有更简便的方法来修改配置,不过你可以通过 shell 脚本来生成配置文件然后重载 NGINX 来实现这一目的。
@ADeeeee commented on GitHub (Apr 1, 2022):
知道了,希望未來有機會整合進 waf_modsecurity 設定值內
非常感謝