WordOps / WordOps

Install and manage a high performance WordPress stack with a few keystrokes

Home Page:https://wordops.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variables_hash_max_size and variables_hash_bucket_size missing?

alexlii1971 opened this issue · comments

Hello,

We got the following errors on server log:

2024/04/03 07:59:30 [warn] 15212#15212: could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size

I checked Nignx conf, and also checked by Nginx -T, there are no both variables_hash_max_size and variables_hash_bucket_size.

Or, maybe there is some custom conf somewhere, or those two value missing?

If yes, how should I set these two value please?

Thanks

Hello @alexlii1971,
can you check if there is a file /etc/nginx/conf.d/variables-hash.conf ?

Sorry for later response, yes, it show:

GNU nano 6.2 /etc/nginx/conf.d/variables-hash.conf
variables_hash_max_size 8192;
variables_hash_bucket_size 4096;

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.