mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
@@ -86,6 +86,8 @@ bool reloadConfiguration(const std::string &version = "");
|
||||
|
||||
std::string getConfigurationFlag(const std::string &flag);
|
||||
|
||||
std::string getConfigurationFlagWithDefault(const std::string &default_val, const std::string &flag_name);
|
||||
|
||||
const std::string & getFilesystemPathConfig();
|
||||
const std::string & getLogFilesPathConfig();
|
||||
|
||||
|
@@ -44,6 +44,9 @@ public:
|
||||
|
||||
virtual const string & getConfigurationFlag(const string &flag_name) const = 0;
|
||||
|
||||
virtual const string &
|
||||
getConfigurationFlagWithDefault(const string &default_val, const string &flag_name) const = 0;
|
||||
|
||||
virtual const string & getFilesystemPathConfig() const = 0;
|
||||
virtual const string & getLogFilesPathConfig() const = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user