fixing stray if statement in template
This commit is contained in:
parent
f96e38db79
commit
4706f17f02
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
{% if deployment_type == "qadevel-prod" %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
# Change this to the domain which points to your host.
|
# Change this to the domain which points to your host.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue