Răsfoiți Sursa

Merge pull request #49 from techraf/restore-enabled-sites-default-behaviour

Restore nginx's default search pattern for sites-enabled
Jeff Geerling 9 ani în urmă
părinte
comite
90aeacbdd3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      templates/nginx.conf.j2

+ 1 - 1
templates/nginx.conf.j2

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