Skip to content

Make the server names nginx hash size configurable

DJ Mountney requested to merge server-names-hash-size into master

And default it to 64, instead of relying on nginx's poor cache line logic. By making it a config, people can set it higher if they need to.

Fixes #1249 (closed)

CPUs with smaller cache lines will have slightly worse performance, but we don't actually expect to be run on those cpus anyways. 64 should be fine for the pi2. 32 would have been ideal for a pentium 3. 😉

Edited by GitLab Release Tools Bot

Merge request reports