From 4706f17f024cf861119ef90e09cc815d73d7df59 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 10 Mar 2016 22:42:30 +0000 Subject: [PATCH] fixing stray if statement in template --- roles/phabricator/templates/phabricator.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/phabricator/templates/phabricator.conf.j2 b/roles/phabricator/templates/phabricator.conf.j2 index 8db09e0659..ad7cb59687 100644 --- a/roles/phabricator/templates/phabricator.conf.j2 +++ b/roles/phabricator/templates/phabricator.conf.j2 @@ -76,7 +76,6 @@ RewriteEngine on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] -{% if deployment_type == "qadevel-prod" %} {% else %} # Change this to the domain which points to your host.