Test fedora magazine stg with https now

This commit is contained in:
Michael S 2019-07-26 16:00:27 +00:00 committed by Pierre-Yves Chibon
parent 369d4cb4fa
commit c95949f3a1

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://fedoramag.wpengine.com/
ProxyPassReverse / http://fedoramag.wpengine.com/
ProxyPass / https://fedoramag.wpengine.com/
ProxyPassReverse / https://fedoramag.wpengine.com/
{% endif %}