Created
September 25, 2013 14:33
-
-
Save Pacifist117/6700523 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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