Skip to content

Instantly share code, notes, and snippets.

@theepicsnail
Created June 13, 2015 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theepicsnail/f3ee120f2bb6274bc141 to your computer and use it in GitHub Desktop.
Save theepicsnail/f3ee120f2bb6274bc141 to your computer and use it in GitHub Desktop.
nginx
server {
listen 80;
server_name ~^(.*).theepicsnail.net;
root /home/snail/public_html/$1/;
charset utf-8;
location / {
autoindex on;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment