From b7e97eceb3b1091ee1944a56039682c533a69703 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 9 Feb 2023 14:08:48 -0500 Subject: [PATCH] Fix link for FleetDM standalone nodes --- salt/nginx/etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index f82d63c1a..4d26a6312 100644 --- a/salt/nginx/etc/nginx.conf +++ b/salt/nginx/etc/nginx.conf @@ -319,7 +319,7 @@ http { {%- if fleet_node %} location /fleet/ { - return 307 https://{{ fleet_ip }}/fleet; + return 307 https://{{ fleet_ip }}/fleet/dashboard; } {%- else %}