From 369d4cb4fa5ec2fda795c443448a506a79117ea7 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 26 Jul 2019 15:54:04 +0000 Subject: [PATCH] Test on staging first --- roles/fedora-web/magazine/templates/fedoramagazine-web.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf index 04f91e001e..2137396019 100644 --- a/roles/fedora-web/magazine/templates/fedoramagazine-web.conf +++ b/roles/fedora-web/magazine/templates/fedoramagazine-web.conf @@ -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 %}