|
438 | 438 | }, |
439 | 439 | "PLUGINS_ORDER_INIT_WORKER": { |
440 | 440 | "context": "global", |
441 | | - "default": "redis bunkernet dnsbl customcert letsencrypt selfsigned", |
| 441 | + "default": "redis bunkernet dnsbl", |
442 | 442 | "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.", |
443 | 443 | "id": "plugins-order-init-worker", |
444 | 444 | "label": "Plugins order (init_worker)", |
|
478 | 478 | }, |
479 | 479 | "PLUGINS_ORDER_HEADER": { |
480 | 480 | "context": "multisite", |
481 | | - "default": "headers cors reverseproxy clientcache antibot misc", |
| 481 | + "default": "headers cors antibot misc", |
482 | 482 | "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.", |
483 | 483 | "id": "plugins-order-header", |
484 | 484 | "label": "Plugins order (header)", |
|
518 | 518 | }, |
519 | 519 | "PLUGINS_ORDER_LOG_DEFAULT": { |
520 | 520 | "context": "multisite", |
521 | | - "default": "badbehavior bunkernet errors misc metrics", |
| 521 | + "default": "badbehavior bunkernet misc metrics", |
522 | 522 | "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.", |
523 | 523 | "id": "plugins-order-log-default", |
524 | 524 | "label": "Plugins order (log_default)", |
|
528 | 528 | }, |
529 | 529 | "PLUGINS_ORDER_TIMER": { |
530 | 530 | "context": "global", |
531 | | - "default": "metrics badbehavior bunkernet sessions", |
| 531 | + "default": "metrics badbehavior sessions", |
532 | 532 | "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.", |
533 | 533 | "id": "plugins-order-timer", |
534 | 534 | "label": "Plugins order (timer)", |
|
0 commit comments