Skip to content

Commit

Permalink
Allow wbqc-2.wikibase.dev to point to mediawiki-alpha deploymen (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalieper authored Dec 5, 2024
1 parent 5ac055d commit c0f9753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/helmfile/env/staging/platform-nginx.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ server {
set $mwgroup "alpha";
}

# Allow wbqc2.wikibase.dev to point to mediawiki-alpha deployment for PM experiments
if ($host = "wbqc2.wikibase.dev") {
# Allow wbqc-2.wikibase.dev to point to mediawiki-alpha deployment for PM experiments
if ($host = "wbqc-2.wikibase.dev") {
set $mwgroup "alpha";
}

Expand Down

0 comments on commit c0f9753

Please sign in to comment.