forked from yaso_meth/mih-project
.
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user