Skip to content

Instantly share code, notes, and snippets.

@stormpython
Created April 10, 2014 13:51
Show Gist options
  • Select an option

  • Save stormpython/10384480 to your computer and use it in GitHub Desktop.

Select an option

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