Merge pull request #9758 from Security-Onion-Solutions/fleetupgrade

Fix link for FleetDM standalone nodes
This commit is contained in:
Josh Brower
2023-02-09 14:10:45 -05:00
committed by GitHub

View File

@@ -319,7 +319,7 @@ http {
{%- if fleet_node %} {%- if fleet_node %}
location /fleet/ { location /fleet/ {
return 307 https://{{ fleet_ip }}/fleet; return 307 https://{{ fleet_ip }}/fleet/dashboard;
} }
{%- else %} {%- else %}