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

Remove default value for ui_dir #360

Merged
merged 1 commit into from
Nov 2, 2016
Merged

Remove default value for ui_dir #360

merged 1 commit into from
Nov 2, 2016

Commits on Oct 19, 2016

  1. Remove default value for ui_dir

    Needs to be unset for the `ui` flag to work as expected.  The `ui_dir`
    flag overrides the embedded web UI.  If set, and the web UI is not
    available at the specified path, the server will return 404s.
    
    A default value in the resource means that even if the node attribute is
    explicitly rm'd, the config value will still be populated.
    
    Fixes #339, refs #315
    pdf committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    959e5e8 View commit details
    Browse the repository at this point in the history