fix nginx config

This commit is contained in:
Mike Reeves
2023-02-23 10:16:34 -05:00
parent 3fed04a532
commit 7f2d263046
+3 -3
View File
@@ -50,9 +50,9 @@
{% {%
do GLOBALS.update({ do GLOBALS.update({
'application_urls': { 'application_urls': {
'kratos': 'http://' ~ GLOBALS.manager_ip ~ ':4434/', 'kratos': 'http://' ~ GLOBALS.manager ~ ':4434/',
'elastic': 'https://' ~ GLOBALS.manager_ip ~ ':9200/', 'elastic': 'https://' ~ GLOBALS.manager ~ ':9200/',
'influxdb': 'https://' ~ GLOBALS.manager_ip ~ ':8086/' 'influxdb': 'https://' ~ GLOBALS.manager ~ ':8086/'
} }
}) })
%} %}