mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
Set CONSOLE_MINIO_SERVER to 127.0.0.1 by default (#15887)
This commit is contained in:
+2
-1
@@ -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