feat: 修改nginx为OpenResty

This commit is contained in:
zhengkunwang223
2022-12-05 16:08:41 +08:00
committed by zhengkunwang223
parent a0f8a7b968
commit e1f0079585
22 changed files with 5 additions and 5 deletions
+5 -5
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",