Setup Nginx as web server and as reverse proxy for

6 anos atrás
We know that Nginx is more faster than Apache and most of us prefer to replace Apache with Nginx as their web server. Nginx is known to serve faster static content and run with less RAM. As of this writing, Virtualmin supports Apache as its web server. To take advantage of Nginx, we will ...

How To: Solve PHP-FPM server reached max_children

7 anos atrás
There are many possible reasons why your PHP-FPM would reach the max_children. Most common ones are: A lot of concurrent site visitors Slow execution of the PHP scripts due to server resources or buggy scripts Very low setting of max_children setting in php-fpm config If you have a busy ...

VirtualMin WordPress Nginx Permalinks

7 anos atrás
VirtualMin WordPress Nginx Permalinks If you want to use Virtualmin with nginx, there are two nice tutorials (Using Nginx with Virtualmin and Virtualmin with NGINX+PHP-FPM+OPCACHE). To get the WordPress permalinks to work, do the following: Go to Virtualmin > Services > Configure ...

Creating NGINX Rewrite Rules

8 anos atrás
In this blog post, we discuss how to create NGINX rewrite rules (the same methods work for both NGINX Plus and the open source NGINX software). Rewrite rules change part or all of the URL in a client request, usually for one of two purposes: To inform clients that the resource they’re ...