2020-05-26 16:01:49 +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.19.0",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.19.0.zip",
"hash": "61c9274d7149ae7724133cea3d77d13ef18bbadbbde7945a27b629a65b921af4",
"extract_dir": "nginx-1.19.0",
"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"
}
}