diff --git a/templates/vhost.conf.j2 b/templates/vhost.conf.j2 index b2d53a5..93abeb6 100644 --- a/templates/vhost.conf.j2 +++ b/templates/vhost.conf.j2 @@ -41,6 +41,10 @@ server { root {{ vhost.root }}; {% endif %} + {% if vhost.custom is defined %} + {{ vhost.custom }} + {% endif %} + } server {