Merge pull request #4862 from aledbf/update-nginx-image

Update nginx image
This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-04 15:51:23 -03:00 committed by GitHub
commit b30115aba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 25 additions and 29 deletions

View file

@ -73,7 +73,7 @@ func rlimitMaxNumFiles() int {
}
const (
defBinary = "/usr/local/openresty/nginx/sbin/nginx"
defBinary = "/usr/local/nginx/sbin/nginx"
cfgPath = "/etc/nginx/nginx.conf"
)