mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"homepage": "https://nginx.org",
|
|
"version": "1.15.12",
|
|
"license": "BSD-2-Clause",
|
|
"url": "https://nginx.org/download/nginx-1.15.12.zip",
|
|
"hash": "adfec885ad35d02482e839e60a6a95948070de904de17ceb605bc03b0849c63e",
|
|
"extract_dir": "nginx-1.15.12",
|
|
"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"
|
|
}
|
|
}
|