{ "homepage": "https://nginx.org", "version": "1.17.2", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.17.2.zip", "hash": "cc8460633ffd1879f86897a2acc7d83c0b5d34c7815febb4208167244eb18abd", "extract_dir": "nginx-1.17.2", "bin": "nginx.exe", "env_set": { "NGINX_HOME": "$dir" }, "persist": [ "conf", "html", "logs", "temp" ], "notes": "To use the correct configuration run 'nginx -p \"$env:NGINX_HOME\"' or 'nginx -p \"%NGINX_HOME%\"'", "checkver": { "url": "https://nginx.org/en/CHANGES", "re": "Changes with nginx ([\\d.]+)" }, "autoupdate": { "url": "https://nginx.org/download/nginx-$version.zip", "extract_dir": "nginx-$version" } }