Skip to content

Instantly share code, notes, and snippets.

@vodrazka
Created September 13, 2016 21:22
Show Gist options
  • Save vodrazka/38e5e64a128870787c10f444b0e7f2c0 to your computer and use it in GitHub Desktop.
Save vodrazka/38e5e64a128870787c10f444b0e7f2c0 to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
server_name *.a.tech;
root /home/user/web;
location / {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment