mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Set CONSOLE_MINIO_SERVER to 127.0.0.1 by default (#15887)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user