1

图标路径icon

3

NGINX 配置

nginx location ^~/fileSystem/ { proxy_http_version 1.1; client_max_body_size 12048m; proxy_pass http://192.168.168.25:9000/; }