这是indexloc提供的服务,不要输入任何密码
Skip to content

Missing server block in nginx conf when NO_VHOST=1 #1625

@steverandy

Description

@steverandy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions