{ "homepage": "https://nginx.org", "version": "1.15.10", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.15.10.zip", "hash": "6e0c679a3fbb679c4eb46d1d37f97a34adaa259a5a1b401c55b49e32296b942d", "extract_dir": "nginx-1.15.10", "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" } }