Skip to content

Instantly share code, notes, and snippets.

View wkhayrattee's full-sized avatar

Wasseem Khayrattee wkhayrattee

View GitHub Profile

Background

While I'm learning how to use Nginx, I was instructed to update the server_names_hash_bucket_size (/etc/nginx/nginx.conf) value from 32 to 64, but I don't understand why should I increase the value to 64.

References

References that have been read so far:

@wkhayrattee
wkhayrattee / varnish.service
Created May 13, 2020 13:02 — forked from ThijsFeryn/varnish.service
varnish systemd service
[Unit]
Description=Varnish Cache Plus, a high-performance HTTP accelerator
After=network-online.target
[Service]
Type=forking
KillMode=process
# Maximum number of open files (for ulimit -n)
LimitNOFILE=131072