Category: NginX

How to: Override a Location directive on NginX

How to: Override a Location directive on NginX Sometimes when coding you are in need to re-use a lot of the logic across different systems but find yourself needing to overwrite some of that...

Changes with NginX 1.6 – Strongly Recommended

Changes with NginX 1.6 Below are the list of changes from the 1.5.13 release of NginX to version 1.6 This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES. This update makes the development / mainline...

Changes with NginX 1.7 – Low

Changes with NginX 1.7 Below are the list of changes from the 1.5.13 release of NginX to version 1.7. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES. This update includes several new Features so updating...

How to: Improve SSL performance on NginX

How to: Improve SSL performance on NginX You would be surprised but a lot of people face SSL performance issues when using NginX. I recently deployed SPDY over SSL for my sites and came...

Changes with NginX 1.5.13 – Moderate

Changes with NginX 1.5.13 Below are the list of changes from the 1.5.12 release of NginX to version 1.5.13. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES. This update includes several bugfixes but no...

Changes with NginX 1.5.12 – URGENT

Changes with NginX 1.5.12 Below are the list of changes from the 1.5.11 release of NginX to version 1.5.12. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES. This update includes a security fix so...

How to: Use NginX as a Forward Proxy server

How to: Use NginX as a Forward Proxy server Generally people use NginX as a Reverse Proxy server, which is what it was designed for. However, after working with NginX for sometime now, I...