1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

feat: 修改nginx为OpenResty

This commit is contained in:
zhengkunwang223 2022-12-05 15:31:28 +08:00 committed by zhengkunwang223
parent a0f8a7b968
commit e1f0079585
22 changed files with 5 additions and 5 deletions

View File

@ -34,16 +34,16 @@
},
{
"key": "nginx",
"name": "Nginx",
"name": "OpenResty",
"tags": ["Server"],
"versions": ["1.23.1"],
"short_desc": "高性能的 HTTP 和反向代理服务器",
"author": "Nginx",
"versions": ["1.21.4"],
"short_desc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台",
"author": "OpenResty",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": true,
"source": "http://nginx.org/"
"source": "https://openresty.org/"
},
{
"key": "wordpress",