Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created August 7, 2008 10:58
Show Gist options
  • Save ELLIOTTCABLE/4379 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/4379 to your computer and use it in GitHub Desktop.
server { # yreality.net
server_name yreality.net;
root /srv/www/yreality.net;
}
server { # Default
server_name _;
include /srv/conf/nginx/includes.conf;
root /srv/www/system;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment