fixing stray if statement in template

This commit is contained in:
Tim Flink 2016-03-10 22:42:30 +00:00
parent f96e38db79
commit 4706f17f02

View file

@ -76,7 +76,6 @@
RewriteEngine on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</VirtualHost>
{% if deployment_type == "qadevel-prod" %}
{% else %}
<VirtualHost *:80>
# Change this to the domain which points to your host.