mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-27 02:13:30 +01:00
MANAGERHYPE setup is now complete!
This commit is contained in:
@@ -59,7 +59,7 @@ http {
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- if role in ['eval', 'managersearch', 'manager', 'standalone', 'import'] %}
|
||||
{%- if GLOBALS.is_manager %}
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
@@ -108,7 +108,7 @@ http {
|
||||
|
||||
{%- endif %}
|
||||
|
||||
{%- if role in ['eval', 'managersearch', 'manager', 'standalone', 'import'] %}
|
||||
{%- if GLOBALS.is_manager %}
|
||||
|
||||
server {
|
||||
listen 7788;
|
||||
|
||||
Reference in New Issue
Block a user