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

Specifying -ui without -ui-dir doesn't enable 301 redirect #1578

Closed
justinclayton opened this issue Jan 8, 2016 · 1 comment
Closed

Specifying -ui without -ui-dir doesn't enable 301 redirect #1578

justinclayton opened this issue Jan 8, 2016 · 1 comment
Assignees
Labels
type/bug Feature does not function as expected

Comments

@justinclayton
Copy link
Contributor

Now that this is actually possible, sounds like that redirect should be switching on the value of -ui, not -ui-dir. PR hopefully coming soon to resolve.

@BrianHicks
Copy link
Contributor

We're running into this as well. Here's a minimal config file to demonstrate the problem:

{
    "bootstrap_expect": 1,
    "server": true,
    "ui": true,
    "data_dir": "tmp/consul",
    "log_level": "INFO"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Feature does not function as expected
Projects
None yet
Development

No branches or pull requests

3 participants