Skip to content

Instantly share code, notes, and snippets.

View derekhubbard's full-sized avatar

Derek Hubbard derekhubbard

View GitHub Profile
@evansolomon
evansolomon / gist:2274120
Created April 1, 2012 09:36
nginx WordPress multisite config
server {
listen 80 default_server;
server_name domain.com *.domain.com;
root /srv/www/domain.com/public;
access_log /srv/www/domain.com/log/access.log;
error_log /srv/www/domain.com/log/error.log;
location / {
index index.php;