Fix link for FleetDM standalone nodes

This commit is contained in:
Josh Brower
2023-02-09 14:08:48 -05:00
parent 450e02e874
commit b7e97eceb3

View File

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