Advanced Search
Search Results
5 total results found
LEMP
Linux, NGINX, MariaDB, PHP
NGINX
A HTTP, reverse proxy, mail proxy and generic TCP/UDP proxy server
Quick Setup NGINX
This is a quick guide on how to install NGINX. The following examples assumes you are using Debian and have a user with sudo access. A domain is also required if you wish to host websites on the world wide web. Notes about domains If you want your website ...
Harden NGINX
This is a guide on how to harden your NGINX server. We'll take a look at a few ways that can help you prevent people with malicious intent to meddle with your web server. Configuring SSL/TLS By default, NGINX uses old SSL/TLS protocol versions. These leav...
Optimize NGINX
This is a guide on how to optimize NGINX. Fortunately, the stock configuration will work well for most use cases and there really isn't any magic options to make it perform 2x faster or any other massive gains. Worker Processes & Connections Worker proc...