Skip to content

Instantly share code, notes, and snippets.

@stormpython
Created April 10, 2014 13:51
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 stormpython/10384480 to your computer and use it in GitHub Desktop.
Save stormpython/10384480 to your computer and use it in GitHub Desktop.
nginx conf file
server {
listen 80;
root /usr/ubuntu/insighfl;
index index.html index.htm;
server_name "";
location / {
proxy_pass http://127.0.0.1:5000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment