2019-10-22 16:00:16 +00:00

29 lines
909 B
JSON

{
"homepage": "https://nginx.org",
"description": "An HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
"version": "1.17.5",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.17.5.zip",
"hash": "943b7fbc7c2570f4d7674482ded41d5a486bf303184c9a33c6fb76f44742df16",
"extract_dir": "nginx-1.17.5",
"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"
}
}