diff --git a/src/apps.json b/src/apps.json index f4239ee1f..7713bcb42 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4154,6 +4154,19 @@ }, "website": "www.opennemas.com" }, + "OpenResty": { + "cats": [ + 22 + ], + "headers": { + "Server": "openresty(?:/([\\d.]+))?\\;version:\\1" + }, + "implies": [ + "Nginx", + "Lua" + ], + "website": "openresty.org" + }, "OpenSSL": { "cats": [ 33 diff --git a/src/icons/OpenResty.png b/src/icons/OpenResty.png new file mode 100644 index 000000000..6518610d9 Binary files /dev/null and b/src/icons/OpenResty.png differ