Skip to content

Instantly share code, notes, and snippets.

@AlexRezit
Created March 4, 2014 23:45
Show Gist options
  • Save AlexRezit/9358213 to your computer and use it in GitHub Desktop.
Save AlexRezit/9358213 to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
server_name www.bbb.com;
location / {
proxy_pass http://www.aaa.com;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment