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:
parent
de129a2cad
commit
4ae507731c
1 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue