.
This commit is contained in:
@@ -163,7 +163,7 @@ http {
|
|||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
chunked_transfer_encoding off;
|
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/ {
|
location /minio/ui/ {
|
||||||
@@ -189,7 +189,7 @@ http {
|
|||||||
|
|
||||||
chunked_transfer_encoding off;
|
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/ {
|
location ~ /.well-known/acme-challenge/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user