ignore remote browser for now
This commit is contained in:
@@ -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}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user