ScoopInstaller_Main/nginx.json
2017-12-26 17:00:17 +00:00

28 lines
787 B
JSON

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