Skip to content

Instantly share code, notes, and snippets.

View mirko-codesnippets's full-sized avatar

mirko-codesnippets

View GitHub Profile
@mirko-codesnippets
mirko-codesnippets / nginx.conf
Created October 7, 2012 09:32 — forked from bendo01/nginx.conf
Nginx: cakephp
#user nobody;
worker_processes 1;
#error_log /opt/local/logs/error.log;
#pid /opt/local/logs/nginx.pid;
events {
worker_connections 1024;
}