Nginx
Linode: How To Secure Nginx with Let's Encrypt on Ubuntu 12.04
| 66 viewsEncrypted HTTPS websites are pretty much a hot topic nowadays. I have seen a lot noncommercial websites and blogs using HTTPS protocol lately. I believe cheap prices for certificates…
How to Specify a Vary: Accept-Encoding header Nginx
| 56 viewsThe other day I visited tools.pingdom.com to test performance for my blog (the one you are currently reading) and I did fine I have a two bottlenecks: Remove query strings from static resources…
Drupal 8 Configuration for Nginx Server Blocks, Ubuntu 14.04
| 15 viewsAfter a long period of doubts should I start testing and developing with Drupal 8, which stable version is not yet released, yesterday I decided to give a try for a Drupal 8 beta release. I bought a…
Nginx redirect domain name to another domain
| 22 viewsRedirecting website visitors to a different domain name using Nginx is simple. Add the following code to your server config: server { server_name .domain.com; return 302 $…
How to solve Nginx: 413 Request Entity Too Large error
| 62 viewsIf you have ever encountered an error message that says "Nginx: 413 Request Entity Too Large", you know how frustrating it can be. This error message usually pops up when you try to upload a file…