more minio console proxying
This commit is contained in:
@@ -78,7 +78,9 @@
|
|||||||
|
|
||||||
User = "minio";
|
User = "minio";
|
||||||
Group = "minio";
|
Group = "minio";
|
||||||
Environment = "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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user