소스 검색

Update nginx configuration to make possible to include more configuration files by default

Emmanuel Bouthenot 10 년 전
부모
커밋
4ba1260a52
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      roles/webserver/templates/nginx/nginx.conf.j2

+ 7 - 0
roles/webserver/templates/nginx/nginx.conf.j2

@@ -182,3 +182,10 @@ http {
     # Virtual hosts inclusion
     include /etc/nginx/sites-enabled/*;
 }
+
+#
+# Include more global diretives (mail, rtmp, etc.)
+#
+
+include /etc/nginx/conf.d/*.inc;
+