-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Trying to serve influxdb v2.0alpha through nginx proxy because I need to run multiple websites on the same host while admins only allow one port to be open 443.
https://dnsname/influxdb2
influxdb http page is referencing the root url path to load the site .js
also noticed <base href="https://github.com/">
is the url root.
is their some header that I should be passing upstream to influxdb so it knows to use a different basepath? or could an option be added to influxd so the base path can be custom?
Thanks!
<!doctype html>
<html>
<head><meta http-equiv="Content-type" content="text/html;charset=utf-8width=device-width,initial-scale=1" name="viewport"><title>InfluxDB 2.0</title><base href="https://github.com/">
<link rel="shortcut icon" href="https://github.com/favicon.ico"></head>
<body><div id="react-root" data-basepath=""></div>
<!-- want this to be something like: influxdb2/a02e0ac4f4.js or a02e0ac4f4.js and use base href="https://github.com/influxdb2/" -->
<script src="/a02e0ac4f4.js"></script>
</body></html>
kwinkel, MarvinJWendt, ChickenSupreme, monsdar, ondrej-ivanko and 111 more