2019-12-24 16:00:25 +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.7",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.17.7.zip",
"hash": "da3ce8b96fae331e16aef120382d95864ea8f82d86cd1a03dd3d05a426198057",
"extract_dir": "nginx-1.17.7",
"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"
}
}