Category: NginX

How to: Override a Location directive on NginX 1

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...

How to: Move your NginX website to HTTPs / SSL 0

How to: Move your NginX website to HTTPs / SSL

  How to: Move your NginX website to HTTPs / SSL It comes at no surprise that a lot of people are looking into moving their sites to HTTPs due to recent events: Google’s decision...

Resolved: Blank pages when using NginX with php-fpm 4

Resolved: Blank pages when using NginX with php-fpm

Resolved: Blank pages when using NginX with php-fpm As of late I have been a bit busy so keeping up with updates to the web server has been pretty much neglected. Because of that...

Changes with NginX 1.6 – Strongly Recommended 0

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 0

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 0

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 0

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 0

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 0

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...