Skip to content

Avoid using root path on admin UI #1236

@v9n

Description

@v9n

I want to discuss this change. If you guys are ok, I'm happy for a PR.

Currently, admin UI on host:8083 use absolute asset path. On some strict environment, I cannot open port 8083, I therefore using Nginx and set it up like this: http://host/influxdb_admin -> 127.0.0.1:8083. However, the asset cannot be loaded because they will be set to host:8083/asset. Note that, port 8083 isn't open to public.

I suggest that we removed that and respect that uri and prepend them to asset path propertly to make above setting work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions