.
This commit is contained in:
parent
0a284fe1f0
commit
f3653e934c
1 changed files with 2 additions and 2 deletions
|
|
@ -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/ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue