Skip to content

Commit

Permalink
Use for Varnish also
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Apr 25, 2024
1 parent d54ef32 commit eef7b02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LocalSettings.php
Expand Up @@ -3982,14 +3982,14 @@
// MultiPurge
'wgMultiPurgeEnabledServices' => [
'default' => [
'cloudflare',
// 'varnish',
'Cloudflare',
'Varnish',
],
],
'wgMultiPurgeServiceOrder' => [
'default' => [
// 'varnish',
'cloudflare',
'Varnish',
'Cloudflare',
],
],

Expand Down Expand Up @@ -5573,7 +5573,7 @@
'wgUseCdn' => [
'default' => true,
],
'wgCdnServers' => [
'wgMultiPurgeVarnishServers' => [
'default' => [
/** cp28 */
'[2001:470:25:715::2]:81',
Expand Down

0 comments on commit eef7b02

Please sign in to comment.