Comments on How to Install Drupal 8 with Nginx, PHP-FPM and SSL on Ubuntu 15.10

Drupal is a well-known open source content management system based on PHP. It is available free of charge and released under the GNU General Public License. In this tutorial, we will install Drupal 8 with Nginx web server, MariaDB as the database server and PHP-FPM to handle PHP requests. I will also show you how to install an SSL Certificate to secure the Drupal website.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: hamed

i don't have this include !?

include snippets/fastcgi-php.conf;

nginx -t throws an error

 

By: Joe

In this step, we will configure Nginx to use php-fpm to serve HTTP requests for PHP pages. Go to the php-fpm directory "/etc/php/fpm" and edit the "php.ini" file:

cd /etc/php/fpm/vim php.ini

Should be cd /etc/php5/fpm/

By: josecostas

Hello there!

I followed all your steps and I installed drupal 8 successfully but I just can see the home page. Mod_rewrite doesn't works.

For example:

site.com/?q=user works!

site.com/user/ 404 Not Found

Can u help me :D ? Im working in digitalocean droplet.