ScoopInstaller_Main/nginx.json
2017-08-08 16:00:27 +00:00

28 lines
787 B
JSON

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