There are 4 articles tagged as "nginx"

Setting up a custom 404 page

on December 12, 2020. in Development. A 1 minute read.

The other day I realized that I don’t have a custom 404 page up. Whenever someone requests a page that does not exist, nginx serves its custom 404 page. It’s functional, tells the user what happened, but apart from that it’s not really helpful.

Continue reading Setting up a custom 404 page...

Docker nginx host not found in upstream error

on January 30, 2018. in Development, Software. A 3 minute read.

I’ve been toying around with Docker for the past couple of days, mostly to learn more about it, to understand it better. I just didn’t bother with it until now.

PHP-FPM security limit extensions issue

on February 03, 2017. in Software, Development. A 2 minute read.

For the first time ever I saw this error:

Setting up SSL certificates with Let's Encrypt

on July 06, 2016. in Development, Software. A 3 minute read.

SSL Report Summary

This past week I finally got around to setting up SSL certificates using Let’s Encrypt. Let’s Encrypt is an open certificate authority that provides free SSL/TLS certificates. It’s goal is to make creating, renewing and using SSL certs painless.