diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 9a77d143..01789b2f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -10,7 +10,7 @@ http { upstream minio { server minio:9000; } - + # always redirect to https server { listen 80 default_server; @@ -62,7 +62,7 @@ http { proxy_set_header Connection ""; chunked_transfer_encoding off; - proxy_pass http://minio:9000/; + proxy_pass http://minio; } # location /phpmyadmin/ {