|
@@ -108,6 +108,29 @@
|
|
|
"notes": "",
|
|
|
"versus": "php"
|
|
|
},
|
|
|
+ "nginx-unit": {
|
|
|
+ "json_url": "/json.php",
|
|
|
+ "plaintext_url": "/plaintext.php",
|
|
|
+ "db_url": "/dbraw.php",
|
|
|
+ "query_url": "/dbquery.php?queries=",
|
|
|
+ "fortune_url": "/fortune.php",
|
|
|
+ "update_url": "/updateraw.php?queries=",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Platform",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "None",
|
|
|
+ "language": "PHP",
|
|
|
+ "flavor": "PHP7",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "nginx-unit",
|
|
|
+ "webserver": "None",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "PHP-nginx-unit",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "php"
|
|
|
+ },
|
|
|
"ngx": {
|
|
|
"plaintext_url": "/hello",
|
|
|
"json_url": "/json",
|