Nginx 12
How To Configure A Nginx Reverse Proxy With Apache
Nginx can as a reverse proxy to Apache. Nginx does best at serving static content extremely fast whereas Apache can process dynamic content and use all of the various Apache modules and .htaccess that are typically the web standard of hosting. This guide assumes you already have a Apache installation and would like to add […]
Setup Nginx Virtual Hosts On CentOS
Introduction Nginx is a high performance web server. ANginx virtual host can be setup to host as many domains as your server can handle. If you have not already please see our guides on Nginx Compile From Source as well as PHP-FPM With PHP7 From Source. These 2 guides will lay the foundation of core services for […]
How To Setup Nginx To Use SSL With LetsEncrypt
What is LetsEncrypt? Let’s Encrypt is a certificate Authority that launched in 2016 providing free TSL SSL certificates that renew every 90 days. There are several validation methods for LetsEncrypt to verify the domain you are generating the certificate for is one you actually control. In this guide we will be utilizing the webroot method. […]
PHP-FPM With PHP7 From Source
PHP 7 has great performance benefits and combining that with Nginx when using php-fpm you can get seriously impressive load times! Compiling from source offers more control over where packages are installed and what modules are enabled. If you would like to read more about php-fpm, you can visit the project page Download the dependencies […]
Nginx Compile From Source On CentOS
Nginx (pronounced (“Engine X”) is a high performance web server. It can be used as a web server, proxy server, load balancer, media streaming and more. It can serve static content and supports SSL. Compiling from source does not take long at all and compiling from source allows you to be in control the configuration […]
Most Commented