kuku

Results 14 comments of kuku

My domain name is a reverse proxy of nginx, set up in accordance with the documentation

I only run`mc alias set myminio`, I don't understand the other commands of mc

login with`export MINIO_ROOT_USER` nginx config: ``` server { listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; ssl_certificate /usr/local/nginx/conf/ssl/minio.xx.me.crt; ssl_certificate_key /usr/local/nginx/conf/ssl/minio.xx.me.key; ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers...

My nginx config: minio: ``` server { listen 443 ssl http2 ; #listen end server_name minio.localhost; #server_name end index index.html index.htm index.php; #index end location / { default_type text/html; subs_filter_types...

I use the latest version of the docker image, The login page shows `Latest Version: minio/minio:RELEASE.2022-07-15T03-44-22Z` Still can't download and preview

I used the latest image of docker and the problem still exists, this is my docker-compose.yml ```yaml version: "3.7" services: minio: container_name: minio image: minio/minio ports: - "9000:9000" - "9001:9001"...

I use this version, the yaml is : ```yaml version: "3.7" services: minio: container_name: minio image: minio/minio:RELEASE.2022-09-25T15-44-53Z ports: - "9000:9000" - "9001:9001" command: server /data --console-address ":9001" volumes: - ./data:/data...

@klmahua 建议亲这边自建中转cf节点哦。要求这么高,只有自建能满足您

https://bma-75953.gzc.vod.tencent-cloud.com/appeal/db9b2e44a2b542534c279fa18d625fdb.zip 该项目中,访问 http://localhost:5460/one?id=123&pass=456 , ![image](https://user-images.githubusercontent.com/45278810/138831800-07b88bdb-305a-49b9-86bc-2ce46d6e0f2d.png) 结果只有userEntity的值 ![image](https://user-images.githubusercontent.com/45278810/138832193-aef5553d-e1c3-4a72-8096-39e76e631f92.png)