declare no locations

This commit is contained in:
2025-08-23 22:11:35 -05:00
parent 71d7dd6565
commit aafa815171
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -79,9 +79,9 @@
User = "minio";
Group = "minio";
# This breaks the local browser access
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}";
Restart = "always";
};
+2
View File
@@ -83,6 +83,8 @@
virtualHosts."nimh.roypository.com" = {
forceSSL = true;
useACMEHost = "roypository.com";
locations = { };
};
};