summaryrefslogtreecommitdiff
path: root/schemas/config/2.0.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r--schemas/config/2.0.schema.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json
index 14f20620..22c59ba1 100644
--- a/schemas/config/2.0.schema.json
+++ b/schemas/config/2.0.schema.json
@@ -350,6 +350,11 @@
"minimum": 0,
"default": 0
},
+ "access_logs": {
+ "description": "HTTP access logs",
+ "type": "boolean",
+ "default": false
+ },
"middleware": {
"description": "Middleware for the http plugin, order is important",
"type": "array",
@@ -361,7 +366,6 @@
"static",
"websockets",
"sendfile",
- "new_relic",
"http_metrics",
"cache",
"proxy_ip_parser",