ScoopInstaller_Main/nginx.json
2019-04-09 14:00:20 +00:00

28 lines
799 B
JSON

{
"homepage": "https://nginx.org",
"version": "1.15.11",
"license": "BSD-2-Clause",
"url": "https://nginx.org/download/nginx-1.15.11.zip",
"hash": "8e0b1123823be5dcce1e12d1d6dc26a812ad6b530f9281841875b7add9885ada",
"extract_dir": "nginx-1.15.11",
"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"
}
}