Nginx

From wiki
Revision as of 16:14, 22 December 2019 by Hdridder (talk | contribs) (Created page with "[https://nginx.org/ Nginx] is a webserver working very well on small systems =Issues and fixes= ;could not build server_names_hash, you should increase server_names_hash_buc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nginx is a webserver working very well on small systems

Issues and fixes

could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
Due to many servernames in a server definition. In a .conf file in /etc/nginx/conf.d put a line like
server_names_hash_bucket_size 64;