소스 검색

restore compartability with geerlingguy-kibana

Igor Loskutov 10 년 전
부모
커밋
d209cbe89a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      templates/nginx.conf.j2

+ 2 - 2
templates/nginx.conf.j2

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