bestlibre / hassio-addons

173 stars 109 forks source link

nginx does not start with long domain name #29

Closed ciotlosm closed 6 years ago

ciotlosm commented 6 years ago

Hi,

I'm trying to proxy my grafana but my base domain is a bit longer and my nginx fails to start

{
  "vhosts": [
    {
      "vhost": "home.myverycooldomainname.com",
      "default_server": true,
      "certname": "hass",
      "port": "8123"
    },
    {
      "vhost": "grafana.myverycooldomainname.com",
      "certname": "grafana",
      "port": "3000"
    }
  ]
}
starting version 3.2.2
2017/11/27 22:21:43 [emerg] 24#24: could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 32

Anything I can do to fix this?

bestlibre commented 6 years ago

It should be fix shortly

ciotlosm commented 6 years ago

Any idea when this will be available? Later edit: This is fixed. The issue can be closed.