Ngnix

How to Install Drupal 8 with Nginx, PHP-FPM, MySQL, phpMyAdmin on Ubuntu 16.04 - Linode Guide

14 December, 2017 seen 10,479
In this article, you will learn how to set up a Drupal 8 with Nginx, PHP-FPM, MySQL and phpMyAdmin. This article might not be complete, but you will find a lot of useful information Update: How to Install Drupal 8 with Nginx, PHP-FPM 7.2,…

How to Install & Config Drupal 8 on Ubuntu 14.04 + Ngnix

1 November, 2016 seen 884
In this article I will provide information how to install latest Drupal 8 version on Ubuntu 14.04 machine with Nginx. Tools involved: Putty, Notepad++ I assume you have already configured Nginx on your machine, if not, here is a tutorial…

Redirect non www to www - Apache .htaccess

10 April, 2014 seen 1,130
It has been years since I last time used .htaccess file available in Apache. I'm using Ngnix servers for 99.9 of mine work. But today I had an opportunity to work on Apache environment, which uses .htaccess file. So in order to rewrite non…

How to configure postmarkapp to work with Drupal webform

12 December, 2013 seen 2,730
If you are running your site under Apache then most probably your server will be auto configured with mail send module. But if you are running, lets say Ngnix without mail send function enabled, then you might consider some options to send…

Nginx URL Redirection: From Non-WWW to WWW

24 November, 2013 seen 1,215
Nginx is a popular web server used to host websites and applications. One of the common tasks in Nginx configuration is redirecting non-www URLs to their www counterparts. This is known as a "www redirect". The purpose of this redirect is…

Configuring Nginx to Display 404 Page for Unconfigured Domains and Server IP Address

23 November, 2013 seen 1,423
In today's digital age, it is crucial for website owners to have a properly configured web server. This not only ensures a smooth and seamless user experience but also protects the website from potential security threats. One common issue…

The Power of Nginx: A Comprehensive Guide to Nginx Web Server

22 November, 2013 seen 649
Nginx (pronounced "engine x") is a high-performance web server and reverse proxy server. It is a free and open-source software that was first released in 2004. Since then, it has gained a lot of popularity and has become one of the most…