Skip to content

Instantly share code, notes, and snippets.

View njncalub's full-sized avatar
🐣
constantly learning

Nap Joseph Calub njncalub

🐣
constantly learning
View GitHub Profile
@njncalub
njncalub / nginx.conf
Last active August 29, 2015 14:26 — forked from asmallteapot/nginx.conf
My default Nginx configuration for serving Django projects.
# file: /etc/nginx/sites-available/example.com
# nginx configuration for example.com
server {
listen 80;
server_name example.com;
access_log /srv/www/example.com/logs/access.log;
error_log /srv/www/example.com/logs/error.log;
# pass root to django