influx upgrade

This commit is contained in:
Jason Ertel
2023-02-08 20:38:29 -05:00
parent 849e53e1eb
commit 28eee48a7c
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
influxdb:
config:
assets-path: /ui
bolt-path: /var/lib/influxdb2/influxd.bolt
engine-path: /var/lib/influxdb2/engine
feature-flags: ""

View File

@@ -1,5 +1,10 @@
influxdb:
config:
assets-path:
description: Path to the InfluxDB user interface assets located inside the so-influxdb container.
global: True
advanced: True
helpLink: influxdb.html
bolt-path:
description: Path to the bolt DB file located inside the so-influxdb container.
global: True

View File

@@ -185,7 +185,6 @@ http {
location /influxdb/ {
auth_request /auth/sessions/whoami;
rewrite /influxdb/(.*) /$1 break;
proxy_pass https://{{ GLOBALS.manager_ip }}:8086/;
proxy_read_timeout 90;
proxy_connect_timeout 90;