Set CONSOLE_MINIO_SERVER to 127.0.0.1 by default (#15887)

This commit is contained in:
Anis Elleuch
2022-10-21 22:42:28 +01:00
committed by GitHub
parent f6b2e89109
commit 58d776daa0
5 changed files with 43 additions and 24 deletions

View File

@@ -75,7 +75,8 @@ func handleSignals() {
for {
select {
case <-globalHTTPServerErrorCh:
case err := <-globalHTTPServerErrorCh:
logger.LogIf(context.Background(), err)
exit(stopProcess())
case osSignal := <-globalOSSignalCh:
if !globalIsGateway {