I have the following nginx configuration file: on my server
upstream hello_server { server webapp:8888; } server { listen 80; server_name mydomai