server {
    listen       80;
    server_name  localhost;
    client_max_body_size 100M;

    location /api/ {
            proxy_pass   http://47.103.60.8:8443;
    }
}