diff --git a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf index 04f91e001e..2137396019 100644 --- a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf +++ b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf @@ -12,6 +12,6 @@ ProxyPass / http://209.132.184.52/ ProxyPassReverse / http://209.132.184.52/ {% else %} # In staging we point to the staging version of the magazine -ProxyPass / http://66.226.72.133/ -ProxyPassReverse / http://66.226.72.133/ +ProxyPass / http://fedoramag.wpengine.com/ +ProxyPassReverse / http://fedoramag.wpengine.com/ {% endif %}