2019-06-25 13:00:46 +00:00

28 lines
796 B
JSON

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