diff --git a/k8s/helmfile/env/staging/platform-nginx.nginx.conf b/k8s/helmfile/env/staging/platform-nginx.nginx.conf index 3f58d098..81944e69 100644 --- a/k8s/helmfile/env/staging/platform-nginx.nginx.conf +++ b/k8s/helmfile/env/staging/platform-nginx.nginx.conf @@ -74,6 +74,11 @@ server { if ($host = "anton2.wikibase.dev") { set $mwgroup "alpha"; } + + # Allow 2 wikis with WBQC enabled to point to mediawiki-alpha deployment + if ($host = "wbqc.wikibase.dev" || "wbqc2.wikibase.dev") { + set $mwgroup "alpha"; + } ############# Locations #############