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

Use a default

parent 168aed6a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog ${APACHE_LOG_DIR}/access.log combined env=!forwarded
CustomLog ${APACHE_LOG_DIR}/access.log proxy env=forwarded
{% for alias in item.aliases %}
{% for alias in item.aliases|default([]) %}
Alias /sysadmin/ "/var/www/{{alias.path}}/"
<Directory "/var/www/{{alias.path}}/">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment