-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Milestone
Description
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.
Reactions are currently unavailable