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