Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any URI/Path Prefix Support? #215

Closed
gcavalcante8808 opened this issue Aug 23, 2017 · 0 comments
Closed

Is there any URI/Path Prefix Support? #215

gcavalcante8808 opened this issue Aug 23, 2017 · 0 comments

Comments

@gcavalcante8808
Copy link

Hello Folks,

I'm trying to deploy the fluentd-ui to a infraestructure where all addresses are URI's, because a balancer/reverse proxy sits in front and just forward the requests.

For now, I have the following configuration on my NGINX:

location /daemon {
    proxy_pass http://fluentd:9292;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_set_header Host $host;
    rewrite /daemon/(.*)$ /$1 break;
}

Which wont work because there are other pages (/session, and so on). Is there any parameter that I can put on the configuration file to use a 'basePath/URI/PathPrefix'?

I'm Using the stable version (0.12) and the fluentd-ui is installed as a gem inside a docker container.

Thanks in advance.

okkez added a commit to okkez/fluentd-ui that referenced this issue Aug 6, 2018
close fluent#215

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
okkez added a commit to okkez/fluentd-ui that referenced this issue Aug 8, 2018
close fluent#215

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
@okkez okkez closed this as completed in #255 Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant