{ "homepage": "https://nginx.org", "version": "1.15.0", "license": "BSD", "url": "https://nginx.org/download/nginx-1.15.0.zip", "hash": "666edc3e07e18b0af81564bb550e0ae4c53d354495744de63672743dbaffc724", "extract_dir": "nginx-1.15.0", "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" } }