2019-08-13 18:00:23 +00:00

28 lines
796 B
JSON

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