ignore remote browser for now

This commit is contained in:
2025-08-16 23:02:40 -05:00
parent 8189a1526f
commit f0b19ea304
+5 -3
View File
@@ -78,9 +78,10 @@
User = "minio";
Group = "minio";
Environment = ''
MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console
'';
# This breaks the local browser access
# Environment = ''
# MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console
# '';
EnvironmentFile = "${opts.credentialsFile}";
Restart = "always";
};
@@ -180,6 +181,7 @@ EOF
enableACME = true;
acmeRoot = null;
# This does not work even with the MINIO_BROWSER_REDIRECT_URL set
locations."/console" = {
proxyPass = "http://localhost:${toString opts.consolePort}";
};