NginxServerConfig constructor

NginxServerConfig(
  1. String domain,
  2. String containerHost,
  3. int containerPort,
  4. bool https,
)

Implementation

NginxServerConfig(
    this.domain, this.containerHost, this.containerPort, this.https);