From d64dfd146b452f3a2714ddda2a72944832edbaaa Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Mon, 19 Jun 2023 16:26:31 -0600 Subject: [PATCH] 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 --- source/administration/minio-console.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/administration/minio-console.rst b/source/administration/minio-console.rst index 7bd50fd3..9ea5fc8f 100644 --- a/source/administration/minio-console.rst +++ b/source/administration/minio-console.rst @@ -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 `__ (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, @@ -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-objects /administration/console/security-and-access - /administration/console/subnet-registration \ No newline at end of file + /administration/console/subnet-registration