From 4ae507731c548facbd1e96a8b325efe1e7db4c52 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 26 Jul 2019 23:26:44 +0000 Subject: [PATCH] Point fedora magazine prod to the new wpengine And point stg to the old one, until I know what we want for staging --- .../fedora-web/magazine/templates/fedoramagazine-web.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf index 0524345c19..f871489740 100644 --- a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf +++ b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf @@ -8,11 +8,11 @@ RewriteRule ^(.*)$ https://fedoramagazine.org%{REQUEST_URI} [L,R=301] #ProxyPass / http://wp-fedoramag.rhcloud.com/ #ProxyPassReverse / http://wp-fedoramag.rhcloud.com/ {% if env == "production" %} -ProxyPass / http://209.132.184.52/ -ProxyPassReverse / http://209.132.184.52/ -{% else %} -# In staging we point to the staging version of the magazine SSLProxyEngine on ProxyPass / https://fedoramag.wpengine.com/ ProxyPassReverse / https://fedoramag.wpengine.com/ +{% else %} +# In staging we point to the staging version of the magazine +ProxyPass / http://66.226.72.133/ +ProxyPassReverse / http://66.226.72.133/ {% endif %}