-
-
Notifications
You must be signed in to change notification settings - Fork 993
/
Copy pathnginx.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.4",
"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.4.zip",
"hash": "203424f33554ae4b915e08e70ae5ff28ff5696b6a8ac9d57127fca1f1c6ff360",
"extract_dir": "nginx-1.27.4",
"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"
}
}