webinoly | Optimized LEMP Web Server to manage your WordPress PHP | Content Management System library
kandi X-RAY | webinoly Summary
kandi X-RAY | webinoly Summary
A complete LEMP stack – Linux Ubuntu + Nginx + MariaDB (MySQL) + PHP – or install individual packages according to your needs. Webinoly provides a set of tools and commands that facilitate web server administration.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webinoly
webinoly Key Features
webinoly Examples and Code Snippets
Community Discussions
Trending Discussions on webinoly
QUESTION
On my Ubuntu server running Nginx + FastCGI (via Webinoly), nginx -t throws the following warning:
...ANSWER
Answered 2019-Sep-21 at 19:11There is indeed no fastcgi_params_hash_max_size
and fastcgi_params_hash_bucket_size
directives. This error message is "automatic" in a way that it takes the hash name (in this case fastcgi_params_hash
) then constructs suggested directive names by appending _max_size
and _bucket_size
.
The NGINX hashes in general are used to store array-like configuration data like map
s or fastcgi_params
s (your case), and there is separate document about them having to say:
Most hashes have the corresponding directives that allow changing these parameters, for example, for the server names hash they are server_names_hash_max_size and server_names_hash_bucket_size.
So your hash does not have the "corresponding directives" and there is nothing you can do aside from:
- Investigate why you have too many
fastcgi_param
directives in your configuration? (or with too much lengthy values). It very likely that you have suboptimal configuration in regards withfastcgi_params
s. Remember, those are passed to FastCGI (e.g. PHP-FPM), and if that data is too big, then you sure to experience performance issues simply because of much data going through between NGINX-PHP-FPM. - File a bug issue with NGINX about adding these directives
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install webinoly
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page