mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
ignore appsec policy update notification command error
This commit is contained in:
@@ -100,7 +100,8 @@ const internalProxyHost = {
|
||||
return row;
|
||||
})
|
||||
.catch((err) => {
|
||||
throw new error.ConfigurationError(err.message);
|
||||
console.log("Error generating openappsec config: " + err);
|
||||
// throw new error.ConfigurationError(err.message);
|
||||
});
|
||||
})
|
||||
.then((row) => {
|
||||
@@ -184,7 +185,8 @@ const internalProxyHost = {
|
||||
return row;
|
||||
})
|
||||
.catch((err) => {
|
||||
throw new error.ConfigurationError(err.message);
|
||||
console.log("Error generating openappsec config: " + err);
|
||||
// throw new error.ConfigurationError(err.message);
|
||||
});
|
||||
})
|
||||
.then((row) => {
|
||||
|
Reference in New Issue
Block a user