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