Project description
 1.Spring Boot+Spring Cloud 
 2. The upload service uses fastDFS 
 3.upload micro-service port 8089 
 4. Local host mapping 127.0.0.1 upload.example.com 
 5.nginx proxy upload.example.com to port 8089 
problem description
 use 
  http://localhost:8089/upload/image  normal 
  http://upload.example.com/upload/image  failed to access the service in action 
-  when simulating domain name access, the none, backend will report "Current request is not a multipart request"when simulating domain name access. This should indicate that the nginx agent is in effect.
- when simulating domain name access at the same time, the console will report a cross-domain error, but the backend has enabled CORS access.
- if only api,/upload/image el-upload is entered, the current domain name will be spliced automatically, and cross-domain errors will also be reported.
-  use http-requestto override action, you can seeOPTION200,POSTimage same cross-domain error in the console.
- 
client_max_body_sizeshould be 1MB by default, and only 100+kb is the image uploaded in the test.
