.
This commit is contained in:
@@ -10,7 +10,7 @@ http {
|
|||||||
upstream minio {
|
upstream minio {
|
||||||
server minio:9000;
|
server minio:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
# always redirect to https
|
# always redirect to https
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
@@ -62,7 +62,7 @@ http {
|
|||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
|
|
||||||
proxy_pass http://minio:9000/;
|
proxy_pass http://minio;
|
||||||
}
|
}
|
||||||
|
|
||||||
# location /phpmyadmin/ {
|
# location /phpmyadmin/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user