ScoopInstaller_Main/nginx.json
2017-04-25 17:00:34 +02:00

28 lines
787 B
JSON

{
"homepage": "https://nginx.org",
"version": "1.13.0",
"license": "BSD",
"url": "https://nginx.org/download/nginx-1.13.0.zip",
"hash": "1941a119134b512654530bf3b87b505f21e84a091e03c7f6cb60e13c55695f16",
"extract_dir": "nginx-1.13.0",
"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"
}
}