Test on staging first

This commit is contained in:
Michael S 2019-07-26 15:54:04 +00:00 committed by Pierre-Yves Chibon
parent d129fe1413
commit 369d4cb4fa

View file

@ -12,6 +12,6 @@ ProxyPass / http://209.132.184.52/
ProxyPassReverse / http://209.132.184.52/
{% else %}
# In staging we point to the staging version of the magazine
ProxyPass / http://66.226.72.133/
ProxyPassReverse / http://66.226.72.133/
ProxyPass / http://fedoramag.wpengine.com/
ProxyPassReverse / http://fedoramag.wpengine.com/
{% endif %}