    server {
      listen 80;
      server_name $external_host;

      location / {
        proxy_pass $internal_host;
      }
    }