This commit is contained in:
2024-07-18 12:02:17 +02:00
parent ec2f78b691
commit 61d8cc69c0

View File

@@ -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/ {