mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9758 from Security-Onion-Solutions/fleetupgrade
Fix link for FleetDM standalone nodes
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user