From 228426cbb18c6e26cc086697c02a83d5e24eab2c Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 6 Aug 2018 12:53:04 +0900 Subject: [PATCH] Update README.md Signed-off-by: Kenji Okimoto --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 293fcef..0884b06 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ And some additional packages (Debian / Ubuntu) Access http://localhost:9292 by web browser. +### Run under sub path + +Use `RAILS_RELATIVE_URL_ROOT` environment variable. + + $ RAILS_RELATIVE_URL_ROOT=/prefix fluentd-ui start --daemonize + +Access http://localhost:9292/prefix by web browser. + ## Development $ git clone https://github.com/fluent/fluentd-ui