1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Clarify MINIO_SERVER_URL hostname (#889)

`MINIO_SERVER_URL` must be the FQDN. Can't be the short name, even if it
is resolvable.

Fixes https://github.com/minio/docs/issues/876
This commit is contained in:
Andrea Longo
2023-06-19 16:26:31 -06:00
committed by GitHub
parent 91ffb04078
commit d64dfd146b

View File

@ -52,9 +52,8 @@ the MinIO Console:
configuring Prometheus to collect metrics from MinIO.
* - :envvar:`MINIO_SERVER_URL`
- The URL hostname the MinIO Console uses for connecting to the MinIO
Server. The hostname *must* be resolveable and reachable for the
Console to function correctly.
- The `fully qualified domain name <https://en.wikipedia.org/wiki/Fully_qualified_domain_name/>`__ (FQDN) the MinIO Console uses for connecting to the MinIO Server.
For the Console to function correctly, the MinIO server URL *must* be the FQDN of the host, resolveable, and reachable.
The MinIO Console connects to the MinIO Server using an IP
address by default. For example, when the MinIO Server starts up,