Merge pull request #2126 from Security-Onion-Solutions/bugfix/fleet-standalone

Bugfix/fleet standalone
This commit is contained in:
Josh Brower
2020-11-27 11:45:25 -05:00
committed by GitHub

View File

@@ -98,7 +98,7 @@ http {
{%- if role == 'fleet' %}
server {
listen 443 ssl http2;
server_name {{ url_base }};
server_name {{ main_ip }};
root /opt/socore/html;
index index.html;