From f648d2bef357c9d0b4ff888997a6d6b4d1ac4548 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 14 Jan 2023 21:58:58 +0600 Subject: [PATCH] Add Angie / web-server --- src/technologies/a.json | 16 ++++++++++++++++ src/technologies/n.json | 1 + 2 files changed, 17 insertions(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index 14b142a59..0e258f7d8 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2808,6 +2808,22 @@ "scriptSrc": "static-cdn\\.anetwork\\.ir/", "website": "https://www.anetwork.ir" }, + "Angie": { + "cats": [ + 22 + ], + "description": "Angie is a drop-in replacement for the Nginx web server aiming to extend the functionality of the original version.", + "icon": "default.svg", + "implies": [ + "Perl", + "C" + ], + "headers": { + "server": "^Angie/([\\d\\.]+)$\\;version:\\1" + }, + "oss": true, + "website": "https://angie.software/en/" + }, "Angular": { "cats": [ 12 diff --git a/src/technologies/n.json b/src/technologies/n.json index 9b433563a..e51423262 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -714,6 +714,7 @@ "X-Fastcgi-Cache": "" }, "icon": "Nginx.svg", + "implies": "C", "website": "http://nginx.org/en" }, "Niagahoster": {