Skip to content

Instantly share code, notes, and snippets.

@r3nya
Created May 13, 2016 11:00
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 r3nya/d43f741205c28551cc7453497e29c22f to your computer and use it in GitHub Desktop.
Save r3nya/d43f741205c28551cc7453497e29c22f to your computer and use it in GitHub Desktop.
server {
server_name example.com www.example.com;
root /var/www/pub;
}
server {
server_name ~^(.*)\.example\.com$ ;
root /var/www/pub/$1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment