2020-03-03 16:01:53 +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.9",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.17.9.zip",
"hash": "4cf6f20cacbf72c4b47a89f9ea9823b012b3f4b4c84427169ee5f3dd9000bfb0",
"extract_dir": "nginx-1.17.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"
}
}