mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[REV] change nginx conf template
This commit is contained in:
parent
0ad17f4888
commit
cd36e1deae
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user