-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
nginx.json
28 lines (28 loc) · 912 Bytes
/
nginx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "1.27.2",
"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.2.zip",
"hash": "f241fdc17fc369cfc72f969e57fad649f728c8ea7191e1d6ca53511efc906d55",
"extract_dir": "nginx-1.27.2",
"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"
}
}