Skip to content

Instantly share code, notes, and snippets.

@austinpray
Created July 13, 2014 16:06
Show Gist options
  • Save austinpray/931da903f014ac8128b9 to your computer and use it in GitHub Desktop.
Save austinpray/931da903f014ac8128b9 to your computer and use it in GitHub Desktop.
server {
set $site_name birdforestry.com;
listen *:80;
server_name 162.243.214.186 staging.birdforestry.com;
access_log /srv/www/birdforestry.com/logs/birdforestry.com.access.log;
error_log /srv/www/birdforestry.com/logs/birdforestry.com.error.log;
root /srv/www/birdforestry.com/current/web;
index index.php;
# See Virtualbox section at http://wiki.nginx.org/Pitfalls
sendfile off;
include wordpress.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment