2020-04-14 15:01:49 +00:00

29 lines
912 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.10",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.17.10.zip",
"hash": "a6bf11cee1c0c92a04ef00e6769b8e1f5c1a1f83945f8ea0e684f92648c45752",
"extract_dir": "nginx-1.17.10",
"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"
}
}