Point magazine to new ip

This commit is contained in:
Kevin Fenzi 2015-08-23 23:40:50 +00:00
parent eb61b06a56
commit 06c495978f

View file

@ -8,8 +8,8 @@ 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://66.226.72.63/
ProxyPassReverse / http://66.226.72.63/
ProxyPass / http://209.132.184.123/
ProxyPassReverse / http://209.132.184.123/
{% else %}
# In staging we point to the staging version of the magazine
ProxyPass / http://66.226.72.133/