{ "homepage": "https://nginx.org", "version": "1.15.6", "license": "BSD-2-Clause", "url": "https://nginx.org/download/nginx-1.15.6.zip", "hash": "e3429c131c6062f292976516ecb21f691ed289dddb613f79b4dc8c3caf94e8fa", "extract_dir": "nginx-1.15.6", "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" } }