mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
Update nginx to version 1.11.13
This commit is contained in:
parent
032ab8a632
commit
994e6d8dd3
15
nginx.json
15
nginx.json
@ -1,15 +1,20 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://nginx.org",
|
"homepage": "https://nginx.org",
|
||||||
"version": "1.11.12",
|
"version": "1.11.13",
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"url": "https://nginx.org/download/nginx-1.11.12.zip",
|
"url": "https://nginx.org/download/nginx-1.11.13.zip",
|
||||||
"hash": "53ca945ffd3ceaa40c2c60e01218a3b7ac64e61d3907484461794ee13757cce9",
|
"hash": "4d1425cac2faf50cd48abfa474334af0ba761e90d44910742e5d5e11120782d2",
|
||||||
"extract_dir": "nginx-1.11.12",
|
"extract_dir": "nginx-1.11.13",
|
||||||
"bin": "nginx.exe",
|
"bin": "nginx.exe",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"NGINX_HOME": "$dir"
|
"NGINX_HOME": "$dir"
|
||||||
},
|
},
|
||||||
"persist": ["conf", "html", "logs", "temp"],
|
"persist": [
|
||||||
|
"conf",
|
||||||
|
"html",
|
||||||
|
"logs",
|
||||||
|
"temp"
|
||||||
|
],
|
||||||
"notes": "To use the correct configuration run 'nginx -p \"$env:NGINX_HOME\"' or 'nginx -p \"%NGINX_HOME%\"'",
|
"notes": "To use the correct configuration run 'nginx -p \"$env:NGINX_HOME\"' or 'nginx -p \"%NGINX_HOME%\"'",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://nginx.org/en/CHANGES",
|
"url": "https://nginx.org/en/CHANGES",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user