Browse Source

Restore nginx's default search pattern for sites-enabled

techraf 9 years ago
parent
commit
c4816d0c08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/nginx.conf.j2

+ 1 - 1
templates/nginx.conf.j2

@@ -53,6 +53,6 @@ http {
 
 
     include {{ nginx_conf_path }}/*.conf;
     include {{ nginx_conf_path }}/*.conf;
 {% if nginx_conf_path != nginx_vhost_path %}
 {% if nginx_conf_path != nginx_vhost_path %}
-    include {{ nginx_vhost_path }}/*.conf;
+    include {{ nginx_vhost_path }}/*;
 {% endif %}
 {% endif %}
 }
 }