Skip to content

Instantly share code, notes, and snippets.

@PlayGod
PlayGod / nginx.conf
Created October 21, 2012 23:32
nginx.conf for wordpress
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}