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

@@ -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;