server
{
    listen 80;
    server_name {sito_internet};

    location / 
    {
      proxy_pass http://localhost:{porta_desiderata};
    }
}