diff --git a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf index 2137396019..fe86951283 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://fedoramag.wpengine.com/ -ProxyPassReverse / http://fedoramag.wpengine.com/ +ProxyPass / https://fedoramag.wpengine.com/ +ProxyPassReverse / https://fedoramag.wpengine.com/ {% endif %}