Skip to content

Commit bbd05e9

Browse files
committed
add nap by default
1 parent f36cac3 commit bbd05e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/watcher/instance/nginx-app-protect-instance-watcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ import (
2020
)
2121

2222
var (
23-
napDirPath = "/opt/app_protect"
2423
versionFilePath = "/opt/app_protect/VERSION"
2524
releaseFilePath = "/opt/app_protect/RELEASE"
2625
attackSignatureVersionFilePath = "/opt/app_protect/var/update_files/signatures/version"
2726
threatCampaignVersionFilePath = "/opt/app_protect/var/update_files/threat_campaigns/version"
2827
enforcerEngineVersionFilePath = "/opt/app_protect/bd_config/enforcer.version"
29-
napConfigPath = "/etc/app_protect"
3028

3129
versionFiles = []string{
3230
versionFilePath,

0 commit comments

Comments
 (0)