changing stg on fedmag

This commit is contained in:
Chris Roberts 2015-08-14 17:25:42 +00:00
parent 29c757575e
commit bf6554b06d

View file

@ -12,6 +12,6 @@ ProxyPass / http://66.226.72.63/
ProxyPassReverse / http://66.226.72.63/
{% else %}
# In staging we point to the staging version of the magazine
ProxyPass / http://104.207.133.220/
ProxyPassReverse / http://104.207.133.220/
ProxyPass / http://66.226.72.133/
ProxyPassReverse / http://66.226.72.133/
{% endif %}