Skip to content
Snippets Groups Projects
Commit de513566 authored by jurgenhaas's avatar jurgenhaas
Browse files

New option apache_only for domains that only redirect

parent 49a68b16
Branches
No related tags found
No related merge requests found
{% if not drupal_domain.apache_only|default(False) %}
<VirtualHost *:80>
Include /etc/apache2/{{ apache_conf_dir }}/global-redirect.conf
......@@ -123,6 +124,7 @@
{% endif %}
{% endif %}
</VirtualHost>
{% endif %}
{% if (drupal_domain.redirects is defined or drupal_domain.aliases_redirect|default(False)) and groups.proxyserver is not defined %}
<VirtualHost *:80>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment