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

General improvements

parent beddd745
Branches
No related tags found
No related merge requests found
<VirtualHost *:80>
Include /etc/apache2/conf-available/global-redirect.conf
Include /etc/apache2/{{ apache_conf_dir }}/global-redirect.conf
{% if item.protocol|default("https") == "https" and groups.proxyserver is not defined %}
ServerAdmin {{ apache_server_admin }}
......@@ -18,7 +18,7 @@
</VirtualHost>
<VirtualHost *:443>
Include /etc/apache2/conf-available/global-redirect.conf
Include /etc/apache2/{{ apache_conf_dir }}/global-redirect.conf
{% endif %}
ServerAdmin {{ apache_server_admin }}
......@@ -44,7 +44,7 @@
Order allow,deny
allow from all
{% else %}
Include /etc/apache2/conf-available/global-deny.conf
Include /etc/apache2/{{ apache_conf_dir }}/global-deny.conf
{% endif %}
{% endif %}
</Directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment