diff --git a/application.example.yml b/application.example.yml index c5aa1eb13..3a778a0d9 100644 --- a/application.example.yml +++ b/application.example.yml @@ -32,7 +32,7 @@ micronaut: server: context-path: "" # if behind a reverse proxy, path to akhq without trailing slash (optional). Example: akhq is - # behind a reverse proxy with url http://my-server/akhq, set base-path: "/akhq". + # behind a reverse proxy with url http://my-server/akhq, set context-path: "/akhq". # Not needed if you're behind a reverse proxy with subdomain http://akhq.my-server/ akhq: server: diff --git a/docs/docs/configuration/others.md b/docs/docs/configuration/others.md index 836113841..72f92ded8 100644 --- a/docs/docs/configuration/others.md +++ b/docs/docs/configuration/others.md @@ -1,9 +1,9 @@ # Others ## Server -* `micronaut.server.context-path`: if behind a reverse proxy, path to akhq with trailing slash (optional). Example: - akhq is behind a reverse proxy with url , set base-path: "/akhq/". Not needed if you're - behind a reverse proxy with subdomain +* `micronaut.server.context-path`: if behind a reverse proxy, path to akhq without trailing slash (optional). + Example: akhq is behind a reverse proxy with url , set `context-path: "/akhq"`. + Not needed if you're behind a reverse proxy with subdomain ## Kafka admin / producer / consumer default properties * `akhq.clients-defaults.{{admin|producer|consumer}}.properties`: default configuration for admin producer or