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"; User = "minio";
Group = "minio"; Group = "minio";
Environment = '' # This breaks the local browser access
MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console # Environment = ''
''; # MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console
# '';
EnvironmentFile = "${opts.credentialsFile}"; EnvironmentFile = "${opts.credentialsFile}";
Restart = "always"; Restart = "always";
}; };
@@ -180,6 +181,7 @@ EOF
enableACME = true; enableACME = true;
acmeRoot = null; acmeRoot = null;
# This does not work even with the MINIO_BROWSER_REDIRECT_URL set
locations."/console" = { locations."/console" = {
proxyPass = "http://localhost:${toString opts.consolePort}"; proxyPass = "http://localhost:${toString opts.consolePort}";
}; };