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