mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
28 lines
796 B
JSON
28 lines
796 B
JSON
{
|
|
"homepage": "https://nginx.org",
|
|
"version": "1.15.5",
|
|
"license": "BSD-2-Clause",
|
|
"url": "https://nginx.org/download/nginx-1.15.5.zip",
|
|
"hash": "bc5582e8459ce9a56919f6b3a7db2ba666a5223f63e0f3dae58b3a82766172ef",
|
|
"extract_dir": "nginx-1.15.5",
|
|
"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"
|
|
}
|
|
}
|