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