fix: handle redirects for specific resources (#12629)

This commit is contained in:
Harshavardhana
2021-07-07 12:04:16 -07:00
committed by GitHub
parent 25f55d6051
commit c99d399d09
4 changed files with 44 additions and 47 deletions
-3
View File
@@ -137,9 +137,6 @@ var (
// This flag is set to 'true' by default
globalBrowserEnabled = true
// This flag is set to 'true' by default.
globalBrowserRedirect = true
// This flag is set to 'true' when MINIO_UPDATE env is set to 'off'. Default is false.
globalInplaceUpdateDisabled = false