mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-01 21:03:35 +01:00
fix nginx config
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
{%
|
||||
do GLOBALS.update({
|
||||
'application_urls': {
|
||||
'kratos': 'http://' ~ GLOBALS.manager_ip ~ ':4434/',
|
||||
'elastic': 'https://' ~ GLOBALS.manager_ip ~ ':9200/',
|
||||
'influxdb': 'https://' ~ GLOBALS.manager_ip ~ ':8086/'
|
||||
'kratos': 'http://' ~ GLOBALS.manager ~ ':4434/',
|
||||
'elastic': 'https://' ~ GLOBALS.manager ~ ':9200/',
|
||||
'influxdb': 'https://' ~ GLOBALS.manager ~ ':8086/'
|
||||
}
|
||||
})
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user