Ngnix

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

| 20 views

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…


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

| 3 views

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…


Redirect non www to www - Apache .htaccess

| 1 views

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 .…


How to configure postmarkapp to work with Drupal webform

| 2 views

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,…


Nginx URL Redirection: From Non-WWW to WWW

| 17 views

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…


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

| 13 views

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…


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

| 5 views

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…