summaryrefslogtreecommitdiff
path: root/schemas/config/2.0.schema.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-18 13:12:19 +0200
committerValery Piashchynski <[email protected]>2022-08-18 13:12:19 +0200
commit1446664a15483b9a27da0551be138b73134fc52c (patch)
treed0f88acf69313a88ad807b00b0877e9fab1980b4 /schemas/config/2.0.schema.json
parente0e03f88b8ca9376bd2af34c62053e5b960ac4a6 (diff)
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
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",