declare no locations
This commit is contained in:
@@ -79,9 +79,9 @@
|
|||||||
User = "minio";
|
User = "minio";
|
||||||
Group = "minio";
|
Group = "minio";
|
||||||
# This breaks the local browser access
|
# This breaks the local browser access
|
||||||
Environment = ''
|
# Environment = ''
|
||||||
MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console
|
# MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console
|
||||||
'';
|
# '';
|
||||||
EnvironmentFile = "${opts.credentialsFile}";
|
EnvironmentFile = "${opts.credentialsFile}";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -83,6 +83,8 @@
|
|||||||
virtualHosts."nimh.roypository.com" = {
|
virtualHosts."nimh.roypository.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "roypository.com";
|
useACMEHost = "roypository.com";
|
||||||
|
|
||||||
|
locations = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user