.
This commit is contained in:
parent
1cf237d493
commit
7cff1407f2
1 changed files with 10 additions and 10 deletions
|
|
@ -7,15 +7,15 @@ http {
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
upstream minioUI {
|
# upstream minioUI {
|
||||||
least_conn;
|
# least_conn;
|
||||||
server minio:9001;
|
# server minio:9001;
|
||||||
}
|
# }
|
||||||
|
|
||||||
upstream minioAPI {
|
# upstream minioAPI {
|
||||||
least_conn;
|
# least_conn;
|
||||||
server minio:9000;
|
# server minio:9000;
|
||||||
}
|
# }
|
||||||
|
|
||||||
# always redirect to https
|
# always redirect to https
|
||||||
server {
|
server {
|
||||||
|
|
@ -79,7 +79,7 @@ http {
|
||||||
|
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
|
|
||||||
proxy_pass http://minioUI;
|
proxy_pass http://MIH-Minio:9001;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Minio storage API
|
#Minio storage API
|
||||||
|
|
@ -95,7 +95,7 @@ http {
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
|
|
||||||
proxy_pass http://minioAPI;
|
proxy_pass http://MIH-Minio:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
# location /phpmyadmin/ {
|
# location /phpmyadmin/ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue