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...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
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...
How to Resolve: Microsoft JScript compilation error – Syntax error I am very confused what is the cause for this error, as the solution for it is changing a setting that comes by default in all...
MySQL: How to list all available tables in the system Because sometimes you just need to know (the available tables are out there so you can use that list in a script). If you...
Custom NginX Distribution – Available Packages As part of the custom NginX distribution available on this site, there are a few packages you can chose from depending on your needs that can be deployed....
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...
Changes with NginX 1.5.7 Below are the list of changes from the 1.5.6 release of NginX to version 1.5.7. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES Changes with nginx 1.5.7...
Changes with NginX 1.5.6 Below are the list of changes from the initial release of NginX to mainline version 1.5.6. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES Changes with nginx 1.5.6...
pgp – Not enough random bytes available. Please do some other work to give the OS a chance to collect more I was working on getting a private key in order to sign a...
How to: Pass NginX the correct client IP address when using Varnish reverse proxy Varnish is a great piece of software that you can use to serve static http content without having to hit...
How to: Purge Http and Https caches in NginX with NginX Helper If I had a wish list, it would be remote purge and supporting custom purging expressions/keys. Regardless, If you edit the file...