2024-04-16 17:08:23 +00:00

29 lines
912 B
JSON

{
"version": "1.25.5",
"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.5.zip",
"hash": "8f3a810c822e4f18735f9528b4b02eebe6b31d3afce6ea257f88617f782ec439",
"extract_dir": "nginx-1.25.5",
"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"
}
}