通过Nginx请求到api服务器(Golang)失败并返回404错误
I'm setting up nginx in docker environment.When I try to access to api server via nginx port,request returns 404 error.Here is the stack.・client:react/axios ・api:golang/gin ・web server:nginx ・db:mysql ・container:...