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