{ "homepage": "https://nginx.org", "description": "An HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.", "version": "1.17.8", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.17.8.zip", "hash": "de82e682a147da48e0cd8c4c2a905d69ddb8836cdbbe04d630e69c7a410fdfe1", "extract_dir": "nginx-1.17.8", "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" } }