From b6d216cd845677a1caffc74a46e4631f87349b34 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 23 Feb 2020 23:52:26 +0100 Subject: [PATCH] nginx custom vhost config --- templates/vhost.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 {