I’m a very minimal person when it comes to frameworks, I don’t generally like something that needs to generate an entire application file structure like you’d see with Django. When I was searching around for various frameworks to get me started with python and web development, I investigated the usual; DJango, CherryPy, Web.Py. I fell in love with circuits due it’s ease and simplicity, yet it can be quite powerful. This article will show you how to get Nginx setup with uWSGI along with a sample circuits.web application.
Tag: Nginx
Configuring Nginx for Nibbleblog 4.0.3
Within is a revised Nginx configuration to utilize friendly urls in NibbleBlog 4.0.3.
Securing Nginx and PHP
Nginx Flood Protection with Limit_req
I’ll show you a very simple demonstration of Nginx’s Limit Request module and how it may be helpful to you in keeping your website up if you are hit by excessive connections or HTTP based denial-of-service attacks.
Nginx Configuration Examples
Here are a number of Nginx configurations for common scenarios that should help make things easier to get started with. This page will grow as needed. Includes some sample configurations for Wordpress, Wordpress + W3TC, Drupal and NibbleBlog.
Search Page Getting Hammered?
On my Wordpress Caching write up someone mentioned asked a very good question. What good is the caching if your site gets brought down by excessive search queries? Fortunately the Nginx webserver has a way to soften the impact.
Nginx and Codeigniter The Easy Way
How to get Codeigniter running on NGinx the easy way.
Debian/Ubuntu Nginx init Script (opt)
Normally if you install Nginx from a repository this init script would already be included. However if you installed from source, or did not use the standard paths, you may need this.
Protecting Folders with Nginx
This question comes up every so often, and its actually fairly easy besides the fact you do not use an .htaccess file. This writeup will show you how to implement auth_basic in Nginx as well as some alternatives to the htpasswd utility installed.
Apache and Nginx Together
This article is basically food-for-thought for those who wish to use Nginx either side-by-side or in front of the Apache (httpd) HTTP Server. Within covers tweaking the two to work with each other as well as some configuration scenarios.