diff options
Diffstat (limited to 'schemas/config/2.0.schema.json')
-rw-r--r-- | schemas/config/2.0.schema.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas/config/2.0.schema.json b/schemas/config/2.0.schema.json index 4a02e202..3c996925 100644 --- a/schemas/config/2.0.schema.json +++ b/schemas/config/2.0.schema.json @@ -329,7 +329,8 @@ "sendfile", "new_relic", "http_metrics", - "cache" + "cache", + "proxy_ip_parser" ], "pattern": "^[0-9a-zA-Z_]+$" } |