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