2023-05-23 20:24:50 +00:00

29 lines
912 B
JSON

{
"version": "1.25.0",
"description": "An HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.",
"homepage": "https://nginx.org",
"license": "BSD-2-Clause",
"notes": "To use the correct configuration run 'nginx -p \"$env:NGINX_HOME\"' or 'nginx -p \"%NGINX_HOME%\"'",
"url": "https://nginx.org/download/nginx-1.25.0.zip",
"hash": "a8c56ee2e92402a60461987b3cf58d2709c850cb63734972000625a7f671d345",
"extract_dir": "nginx-1.25.0",
"bin": "nginx.exe",
"env_set": {
"NGINX_HOME": "$dir"
},
"persist": [
"conf",
"html",
"logs",
"temp"
],
"checkver": {
"url": "https://nginx.org/en/CHANGES",
"regex": "Changes with nginx ([\\d.]+)"
},
"autoupdate": {
"url": "https://nginx.org/download/nginx-$version.zip",
"extract_dir": "nginx-$version"
}
}