ScoopInstaller_Main/nginx.json
2018-07-10 18:06:40 -07:00

28 lines
796 B
JSON

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