Tagged: Web Server

What is: NginX

What is: NginX Lately I have been writing a lot about NginX so I thought I would write a small post to describe NginX and what it is.Although I like to write it NginX...

How to: Install NginX

How to: Install NginX If you want to Install NginX, we currently host a PPA that tries to keep up with the latest updates from NginX. Sometimes we make changes to the build when...

How to: Reload your NginX Configuration

How to: Reload your NginX Configuration Sometimes when working with NginX you come across the need to reload your configuration for the changes made to your .conf files take place. Although this is a...

Resolve: Nginx – 413 Request Entity Too Large

Resolve: Nginx – 413 Request Entity Too Large When working with WordPress you might come across a message that indicates HTTP Error when uploading any media to your site. Obviously there are tons of...

How to: Configure NAXSI with NginX

How to: Configure NAXSI with NginX As part of a series of articles regarding NginX, today I will cover how to configure NAXSI with NginX. Currently there is a distribution of NginX that comes...

How to: Redirect an URL in NGINX

How to: Redirect an URL in NGINX One might need to redirect to another URL in a number of scenarios. I will cover two examples for scenarios I have come across and how I...

Changes with NginX 1.5.8

Changes with NginX 1.5.8 Below are the list of changes from the 1.5.7 release of NginX to version 1.5.8. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES   Changes with nginx 1.5.8 17 Dec...

Custom NginX Distribution

Custom NginX Distribution I created a custom NginX distribution to address the need of NginX with the purge cache plugin in newer Ubuntu versions. The source can be obtained from Github: https://github.com/JCBauza/NginX/ and the PPA for your system at: https://launchpad.net/~cloudingenium/+archive/nginx-mainline....