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

We need that extra line, otherwise jinja is removing the new line after the endfor

parent d183f1dc
Branches
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ env[TEMP] = {{ jailroot }}/{{ item.jail.name }}/tmp
; PHP settings
php_admin_value[open_basedir] = {{ jailroot }}/{{ item.jail.name }}/var/www{{ item.webRoot|default("") }}{{ item.root }}/:{{ jailroot }}/{{ item.jail.name }}/var/www/vendor/:{{ jailroot }}/{{ item.jail.name }}/var/www{{ item.configRoot|default("/config") }}/:{{ jailroot }}/{{ item.jail.name }}/var/www/settings/:{{ jailroot }}/{{ item.jail.name }}/var/www/files/{% for link in item.links|default([]) %}:{{ jailroot }}/{{ item.jail.name }}/var/www{{ link.src }}/{% endfor %}:{{ jailroot }}/{{ item.jail.name }}/tmp/{% for dir in item.jail.extrabasedirs|default([]) %}:{{ dir }}{% endfor %}
php_admin_value[doc_root] = {{ jailroot }}/{{ item.jail.name }}/var/www{{ item.webRoot|default("") }}{{ item.root }}
php_admin_value[upload_tmp_dir] = {{ jailroot }}/{{ item.jail.name }}/tmp
php_admin_value[session.save_path] = "{{ jailroot }}/{{ item.jail.name }}/tmp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment