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