update rootonly names

This commit is contained in:
Jordan Blasenhauer 2024-03-21 17:25:40 +01:00
parent 437d6d1665
commit 3b882bcd68

View file

@ -269,7 +269,7 @@ class ConfigsInfo {
class SetRootOnlyConf {
constructor() {
this.init();
this.rootOnly = ["server-stream", "server-http", "modsec", "modsec-crs"];
this.rootOnly = ["http", "default-http-server", "stream"];
}
init() {