{ "version": "1.27.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.27.0.zip", "hash": "e5f460166b56414c21ac03138a8b5ab824254004194f6ff0f9f8f3297a2a5773", "extract_dir": "nginx-1.27.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" } }