Skip to content

Instantly share code, notes, and snippets.

@keedi
Created September 4, 2013 12:30
Show Gist options
  • Save keedi/6436273 to your computer and use it in GitHub Desktop.
Save keedi/6436273 to your computer and use it in GitHub Desktop.
server {
server_name perfusion.e-crf.co.kr;
location / {
proxy_pass http://localhost:6001;
proxy_set_header X-Real-IP $remote_addr;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment