[REV] change nginx conf template

This commit is contained in:
barnett 2018-12-02 21:34:34 +08:00
parent 0ad17f4888
commit cd36e1deae

View File

@ -93,6 +93,7 @@ http {
server 0.0.0.1; # placeholder
balancer_by_lua_block {
ngx.log(ngx.ERR, string.format("start balancer"))
balancer.balance()
}
}
@ -118,7 +119,7 @@ http {
}
}
include conf/http/*.conf;
include http/*.conf;
include rainbond/*.conf;
}