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