Skip to content

Commit 3bc7479

Browse files
Merge pull request #3001 from bunkerity/dev
fix: Update default plugin order settings for initialization and processing phases
2 parents d06b8ec + aa79441 commit 3bc7479

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/common/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
},
439439
"PLUGINS_ORDER_INIT_WORKER": {
440440
"context": "global",
441-
"default": "redis bunkernet dnsbl customcert letsencrypt selfsigned",
441+
"default": "redis bunkernet dnsbl",
442442
"help": "Plugins that should run first during the init_worker phase (per-worker bootstrap). Separate IDs with spaces; remaining plugins still run afterward in their normal sequence.",
443443
"id": "plugins-order-init-worker",
444444
"label": "Plugins order (init_worker)",
@@ -478,7 +478,7 @@
478478
},
479479
"PLUGINS_ORDER_HEADER": {
480480
"context": "multisite",
481-
"default": "headers cors reverseproxy clientcache antibot misc",
481+
"default": "headers cors antibot misc",
482482
"help": "Plugins that should run first during the header phase for this site (response header filtering). Separate IDs with spaces; remaining plugins still run afterward in their normal sequence.",
483483
"id": "plugins-order-header",
484484
"label": "Plugins order (header)",
@@ -518,7 +518,7 @@
518518
},
519519
"PLUGINS_ORDER_LOG_DEFAULT": {
520520
"context": "multisite",
521-
"default": "badbehavior bunkernet errors misc metrics",
521+
"default": "badbehavior bunkernet misc metrics",
522522
"help": "Plugins that should run first during the log_default phase for this site (default vhost log processing). Separate IDs with spaces; remaining plugins still run afterward in their normal sequence.",
523523
"id": "plugins-order-log-default",
524524
"label": "Plugins order (log_default)",
@@ -528,7 +528,7 @@
528528
},
529529
"PLUGINS_ORDER_TIMER": {
530530
"context": "global",
531-
"default": "metrics badbehavior bunkernet sessions",
531+
"default": "metrics badbehavior sessions",
532532
"help": "Plugins that should run first during the timer phase (background timers). Separate IDs with spaces; remaining plugins still run afterward in their normal sequence.",
533533
"id": "plugins-order-timer",
534534
"label": "Plugins order (timer)",

0 commit comments

Comments
 (0)