Nginx

How To Update to PHP 7.4 Ubuntu 16.04 Drupal 7 Nginx

| 158 views

I was facing problems with some Drupal modules not being supported, before upgrading to PHP 7.4 version.   As I had running Ubuntu 16.04 server with Nginx and PHP 7.0 FPM on in I felt a bit afraid…


How To HTTPS Secure Drupal 8 Running Nginx with Let's Encrypt on Ubuntu 18.04

| 18 views

Let's Encrypt have done some very good job, providing SSL certificates that everyone can use absolutely for free. Encrypted HTTPS websites should be default in 2020. I have been implementing HTTPS…


How To Enable Google Adsense ads.txt file for Drupal on Nginx

| 21 views

Around early September 2019, in my Google AdSense dashboard, I noticed a warning informing me to create a separate ads.txt file.  I followed the on-screen instruction and did what was asked. After…


How to block visitors from country NGINX + GeoIP Module

| 40 views

There are a couple of reasons why website administrators consider blocking visitors from particular countries or regions accessing websites, the most common reason probably is hacking/hacking…


How To Fix "gzip is failing for js files" Nginx

| 12 views

From Drupal Reports status page I noticed gzip is failing for js files error The web servers configuration will need to be adjusted. In most cases make sure that the webroots .htaccess file still…


How To Redirect in Nginx all Domain Name Versions to https://www

| 3 views

As you might already know search engines (Google) sees www.domain.com and domain.com as two separate domain names. If you are not using 301 redirects (www to non-www or vice verse)you might get…


How To Fix: Error: Call to undefined function curl_init()

| 2 views

After upgrading from Ubuntu 12 to Ubuntu 16 I discovered an error for Drupal website sending e-mails using Mailsystem + Postmark here is the error code: Error: Call to undefined function curl_init…


Postfix Send Only SMPT Mail for Drupal 8 on Ubuntu 16.04, Nginx

| 3 views

If you have recently installed a fresh Drupal 8 site on Ubuntu 16.04 with Nginx running on it and you are getting Unable to send e-mail. Contact the site administrator if the problem persists notice…


How To Password Protect Your site with Nginx on Ubuntu 14.04

| 6 views

I was working on a new customers website, and I was looking for ways to showcase current development stage to the client, meanwhile hiding contents from others. Sounds familiar? In this server series…


How to Upgrade from Ubuntu 12.04 to 14.04 LTS

| 16 views

In this article I will provide simple instructions on how to upgrade Ubuntu 12.04 to 14.04.  In fact I didn't wanted to push for a server upgrade for a while, but decided to do it now, and not to…