From c4816d0c08a6a523fb6bd6b4c81cca674e459242 Mon Sep 17 00:00:00 2001 From: techraf Date: Mon, 29 Feb 2016 23:04:05 +0900 Subject: [PATCH] Restore nginx's default search pattern for sites-enabled --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 7675281..cb5b2b1 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -53,6 +53,6 @@ http { include {{ nginx_conf_path }}/*.conf; {% if nginx_conf_path != nginx_vhost_path %} - include {{ nginx_vhost_path }}/*.conf; + include {{ nginx_vhost_path }}/*; {% endif %} }