mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-16 18:54:43 +08:00
feat: 修改nginx为OpenResty
This commit is contained in:
parent
a0f8a7b968
commit
e1f0079585
@ -34,16 +34,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "nginx",
|
"key": "nginx",
|
||||||
"name": "Nginx",
|
"name": "OpenResty",
|
||||||
"tags": ["Server"],
|
"tags": ["Server"],
|
||||||
"versions": ["1.23.1"],
|
"versions": ["1.21.4"],
|
||||||
"short_desc": "高性能的 HTTP 和反向代理服务器",
|
"short_desc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台",
|
||||||
"author": "Nginx",
|
"author": "OpenResty",
|
||||||
"type": "runtime",
|
"type": "runtime",
|
||||||
"required": [],
|
"required": [],
|
||||||
"limit": 1,
|
"limit": 1,
|
||||||
"crossVersionUpdate": true,
|
"crossVersionUpdate": true,
|
||||||
"source": "http://nginx.org/"
|
"source": "https://openresty.org/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "wordpress",
|
"key": "wordpress",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user