mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
fixing stray if statement in template
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user