diff --git a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf index fe86951283..944860d1a2 100644 --- a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf +++ b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf @@ -12,6 +12,7 @@ ProxyPass / http://209.132.184.52/ ProxyPassReverse / http://209.132.184.52/ {% else %} # In staging we point to the staging version of the magazine +LoadModule proxy_connect_module modules/mod_proxy_connect.so ProxyPass / https://fedoramag.wpengine.com/ ProxyPassReverse / https://fedoramag.wpengine.com/ {% endif %}