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. configuring Prometheus to collect metrics from MinIO.
* - :envvar:`MINIO_SERVER_URL` * - :envvar:`MINIO_SERVER_URL`
- The URL hostname the MinIO Console uses for connecting to the MinIO - 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.
Server. The hostname *must* be resolveable and reachable for the For the Console to function correctly, the MinIO server URL *must* be the FQDN of the host, resolveable, and reachable.
Console to function correctly.
The MinIO Console connects to the MinIO Server using an IP The MinIO Console connects to the MinIO Server using an IP
address by default. For example, when the MinIO Server starts up, address by default. For example, when the MinIO Server starts up,
@ -163,4 +162,4 @@ Once logged in to the MinIO Console, users can perform many kinds of tasks.
/administration/console/managing-deployment /administration/console/managing-deployment
/administration/console/managing-objects /administration/console/managing-objects
/administration/console/security-and-access /administration/console/security-and-access
/administration/console/subnet-registration /administration/console/subnet-registration