Skip to content

Instantly share code, notes, and snippets.

@Pacifist117
Created September 25, 2013 14:33
Show Gist options
  • Save Pacifist117/6700523 to your computer and use it in GitHub Desktop.
Save Pacifist117/6700523 to your computer and use it in GitHub Desktop.
1 # You may add here your
2 # server {
3 # ...
4 # }
5 # statements for each of your virtual hosts
6 upstream flask {
7 server 127.0.0.1:5000;
8 }
9
10 server {
...
...
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment