From b5dc8a402acd69ad1ba8d90d48401b0183166ac6 Mon Sep 17 00:00:00 2001 From: kasper Franz Date: Tue, 16 Aug 2016 18:00:34 +0200 Subject: [PATCH] include other hosts --- config/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nginx.conf b/config/nginx.conf index 797eff7..7963bd6 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -65,4 +65,5 @@ http { deny all; } } + include conf.d/*.conf; }