Comments on Installing Nginx with PHP and MariaDB (as MySQL replacement) - LEMP -on Ubuntu 15.10 (Wiley Werewolf)

Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 15.10 server with PHP support (through PHP-FPM) and MariaDB (as MySQL replacement). The term LEMP stands for: Linux + Nginx + MySQL + PHP.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: gms

Good article. But how we must change the /etc/nginx/sites-available/default to make it work with the Wordpress permalink and others SEO friendly urls? I tried to replace the

try_files $uri $uri/ =404; with

try_files $uri $uri/ /index.php?$args;

but its not working.

 

Any ideas?

Thanks