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

[v4.0] Bug with subdirectory #1744

Closed
micaelmalta opened this issue Oct 23, 2014 · 1 comment
Closed

[v4.0] Bug with subdirectory #1744

micaelmalta opened this issue Oct 23, 2014 · 1 comment

Comments

@micaelmalta
Copy link

Hi

I am testing kibana v4.0 and i have some issue

my url is like that http://domain.com/logs/ with nginx as reverse proxy

location /logs/ {
        rewrite ^/logs/(.*) /$1 break;
            proxy_pass http://localhost:5601;
            proxy_set_header Host $host;
            proxy_set_header  X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_send_timeout 600s;
        proxy_read_timeout 600s;
        }

When i go to my page there is only that in the page

.truncate-by-height { max-height: {{ truncateMaxHeight }}; } .truncate-by-height::before { top: {{ truncateGradientTop }}; }

If i show the source code of the page, the links are wrong:

href="/styles/main.css?_b=3439"
    src="/bower_components/requirejs/require.js?_b=3439"
    src="/require.config.js?_b=3439"

what i have miss?

@rashidkpc
Copy link
Contributor

Please add your input to the absolute vs relative path bug here: #1630

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

2 participants