2019-11-19 15:00:24 +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.6",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.17.6.zip",
"hash": "f4805fe1b1114c1a3a5087d13e4317f39741d6f9fc2fab0ce0ea3ec4206d7549",
"extract_dir": "nginx-1.17.6",
"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"
}
}