nginx 启用多个conf配置文件方法
在nginx主配置文件 nginx.conf 的http模块内添加 include /app/nginx/conf/vhosts/*.conf;
##nginx 启用include 多个*.conf 配置文件
include /app/nginx/conf/vhosts/*.conf;
在nginx主配置文件 nginx.conf 的http模块内添加 include /app/nginx/conf/vhosts/*.conf;
##nginx 启用include 多个*.conf 配置文件
include /app/nginx/conf/vhosts/*.conf;