diff --git a/doc/source/ray-dashboard.rst b/doc/source/ray-dashboard.rst index 28203a44a..10df21103 100644 --- a/doc/source/ray-dashboard.rst +++ b/doc/source/ray-dashboard.rst @@ -171,8 +171,7 @@ More information on how to interpret the flamegraph is available at https://gith Running Behind a Reverse Proxy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In ray 2.0.0, the dashboard works out-of-the-box when accessed via a reverse proxy. API requests no -longer need to be proxied individually. +The dashboard should work out-of-the-box when accessed via a reverse proxy. API requests don't need to be proxied individually. Always access the dashboard with a trailing ``/`` at the end of the URL. For example, if your proxy is set up to handle requests to ``/ray/dashboard``, view the dashboard at ``www.my-website.com/ray/dashboard/``.