We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36cac3 commit bbd05e9Copy full SHA for bbd05e9
internal/watcher/instance/nginx-app-protect-instance-watcher.go
@@ -20,13 +20,11 @@ import (
20
)
21
22
var (
23
- napDirPath = "/opt/app_protect"
24
versionFilePath = "/opt/app_protect/VERSION"
25
releaseFilePath = "/opt/app_protect/RELEASE"
26
attackSignatureVersionFilePath = "/opt/app_protect/var/update_files/signatures/version"
27
threatCampaignVersionFilePath = "/opt/app_protect/var/update_files/threat_campaigns/version"
28
enforcerEngineVersionFilePath = "/opt/app_protect/bd_config/enforcer.version"
29
- napConfigPath = "/etc/app_protect"
30
31
versionFiles = []string{
32
versionFilePath,
0 commit comments