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

Allowing path prefixes in web_listen_uri so web interface is accessible via path != "/" #2440

Merged
merged 15 commits into from Jul 1, 2016

Conversation

dennisoelkers
Copy link
Member

@dennisoelkers dennisoelkers commented Jun 30, 2016

We are now utilizing webpack's runtime path resolution for chunks which are loaded on demand to allow configuring a web_listen_uri in the config file which includes a path.

This is useful where setups where the web interface is supposed to be accessible via something like http://example.org/graylog.

Fixes #2271

Caution: The way it works right now, it seems that the changes made to URLUtils.js require plugins to be rebuilt to work.

@kroepke
Copy link
Member

kroepke commented Jul 1, 2016

Extensively rebuilt everything at least 5 times: works fine now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants