Archive

Posts Tagged ‘nginx’

Deploy Django in production using apache, nginx and mod-wsgi

django-apache2-nginx-mod-wsgi
In this post I will show how to deploy a Django applications using Apache with mod-wsgi and nginx.
nginx is used to serve static content as well as proxy requests to Apache. This means faster page loads for users, and lower server loads.

Read more…

Articles

Debian LAMP + nginx installation for high-loaded webservers

Debian LAMP + nginx installation for high-loaded webservers

Debian LAMP + nginx installation for high-loaded webservers

All below steps have been done on the server which have the latest version of Debian pre-installed. I will setup a standard LAMP installation for a web-server and will install and configure nginx to serve static content for better performance.
Read more…

Articles