Skip to content

Instantly share code, notes, and snippets.

@austburn
Created February 1, 2016 17:08
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 austburn/d71f9dfd42768280ccd2 to your computer and use it in GitHub Desktop.
Save austburn/d71f9dfd42768280ccd2 to your computer and use it in GitHub Desktop.
server {
location / {
proxy_pass http://localhost:5601/;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment