Point fedora magazine prod to the new wpengine

And point stg to the old one, until I know what we want for staging
This commit is contained in:
Michael S 2019-07-26 23:26:44 +00:00 committed by Pierre-Yves Chibon
parent de129a2cad
commit 4ae507731c

View file

@ -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 %}