{ "homepage": "https://nginx.org", "description": "An HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.", "version": "1.19.2", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.19.2.zip", "hash": "065eb32405f1afd1d123a14f3b4c263e5c96e7284bd0638ec2596a46c4a5f239", "extract_dir": "nginx-1.19.2", "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" } }