Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Created February 23, 2014 18:19
Show Gist options
  • Save memorycraft/9175112 to your computer and use it in GitHub Desktop.
Save memorycraft/9175112 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name memorycraft.cloudpack.jp;
location / {
proxy_pass http://127.0.0.1:49174;
}
}
server {
listen 80;
server_name tenkaippin.cloudpack.jp;
location / {
proxy_pass http://127.0.0.1:49186;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment