From 23cf006368b54ff61c943c62e76e5cec519e2c90 Mon Sep 17 00:00:00 2001 From: Ahmad Date: Fri, 22 Apr 2022 16:55:31 +0300 Subject: [PATCH] added engintron --- src/technologies/e.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/technologies/e.json b/src/technologies/e.json index d285b0749..3e3f6ccb3 100644 --- a/src/technologies/e.json +++ b/src/technologies/e.json @@ -647,6 +647,15 @@ "scriptSrc": "\\.enjin\\.com/", "website": "https://www.enjin.com" }, + "Engintron": { + "cats":[33], + "description": "Engintron is a plugin that integrates Nginx to cPanel/WHM server.", + "requires": "Nginx", + "headers": { + "X-Server-Powered-By": "^Engintron$" + }, + "website": "https://github.com/engintron/engintron" + }, "Ensi": { "cats": [ 6 @@ -1622,4 +1631,4 @@ }, "website": "https://experiencedcms.berkearas.de" } -} \ No newline at end of file +}