mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 06:27:50 +02:00
fix nginx config
This commit is contained in:
@@ -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/'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
%}
|
%}
|
||||||
|
|||||||
Reference in New Issue
Block a user