ScoopInstaller_Main/nginx.json
2018-03-20 17:00:26 +00:00

28 lines
790 B
JSON

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