mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
update rootonly names
This commit is contained in:
parent
437d6d1665
commit
3b882bcd68
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue