Skip to content

Commit

Permalink
"documtentroot" is not correctly spelled.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 31, 2018
1 parent 5e3c9db commit 40cffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<VirtualHost *:{{ httpd_port }}>
ServerName {{ item.servername }}
{% if item.documentroot is defined %}
DocumentRoot "{{ item.documtentroot }}"
DocumentRoot "{{ item.documentroot }}"
{% endif %}
{% if item.backend_url is defined %}
ProxyPreserveHost On
Expand Down

0 comments on commit 40cffca

Please sign in to comment.