[Docs] Remove version reference in dashboard proxy docs (#14359)

This commit is contained in:
niole 2021-02-27 21:06:25 -08:00 committed by GitHub
parent e0e8918d60
commit be9a584a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/``.