This is the only content in nginx conf generated by dokku: ``` upstream app_name { server 127.0.0.1:32773; } ``` As per doc, what I understand is when NO_VHOST=1, dokku will still use nginx to proxy requests to dokker container.