This commit is contained in:
2024-07-25 12:03:20 +02:00
parent 0a284fe1f0
commit f3653e934c

View File

@@ -163,7 +163,7 @@ http {
proxy_set_header Connection "";
chunked_transfer_encoding off;
proxy_pass https://minioAPI; # This uses the upstream directive definition to load balance
proxy_pass https://MIH-Minio:9000; # This uses the upstream directive definition to load balance
}
location /minio/ui/ {
@@ -189,7 +189,7 @@ http {
chunked_transfer_encoding off;
proxy_pass https://minioUI; # This uses the upstream directive definition to load balance
proxy_pass https://MIH-Minio:90001; # This uses the upstream directive definition to load balance
}
location ~ /.well-known/acme-challenge/ {