mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fleet standalone redirect fix
This commit is contained in:
@@ -98,7 +98,7 @@ http {
|
|||||||
{%- if role == 'fleet' %}
|
{%- if role == 'fleet' %}
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name {{ url_base }};
|
server_name {{ main_ip }};
|
||||||
root /opt/socore/html;
|
root /opt/socore/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user