Skip to content

Allow Custom Host as Maintenance Host #1068

Open
@JustinBack

Description

@JustinBack

Is your feature request related to a problem? Please describe.
Right now Port 9000 on Localhost is enforced, when Nginx UI is not listening on localhost the Reverse Proxy does not work.
Its also nice to have a per-vhost maintenance page for multiple tenants

Describe the solution you'd like
Ability to enter a custom host into the maintenance option, or disable the maintenance option altogether.

Describe alternatives you've considered
Hiding the maintenance button

Additional context

locationContent.WriteString(fmt.Sprintf("proxy_pass %s://127.0.0.1:%d;\n", schema, nginxUIPort))

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions