NGINX: Remove inline Lua from template. (#11806)
This commit is contained in:
parent
ee61440780
commit
6510535ae0
30 changed files with 361 additions and 233 deletions
|
|
@ -98,8 +98,9 @@ func rlimitMaxNumFiles() int {
|
|||
}
|
||||
|
||||
const (
|
||||
defBinary = "/usr/bin/nginx"
|
||||
cfgPath = "/etc/nginx/nginx.conf"
|
||||
defBinary = "/usr/bin/nginx"
|
||||
cfgPath = "/etc/nginx/nginx.conf"
|
||||
luaCfgPath = "/etc/nginx/lua/cfg.json"
|
||||
)
|
||||
|
||||
// NginxExecTester defines the interface to execute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue