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 %}