ScoopInstaller_Main/nginx.json
2018-09-25 16:00:25 +00:00

28 lines
796 B
JSON

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