-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ubuntu
committed
Nov 23, 2016
1 parent
81611ab
commit ab0e5e0
Showing
7 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
5.600000000000000000e+01,1.200000000000000000e+01,0.000000000000000000e+00 | ||
5.700000000000000000e+01,1.200000000000000000e+01,0.000000000000000000e+00 | ||
1.600000000000000000e+01,3.700000000000000000e+01,0.000000000000000000e+00 | ||
1.000000000000000000e+00,0.000000000000000000e+00,1.300000000000000000e+01 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
5.100000000000000000e+01,1.500000000000000000e+01,2.000000000000000000e+00 | ||
5.100000000000000000e+01,1.600000000000000000e+01,2.000000000000000000e+00 | ||
1.700000000000000000e+01,3.600000000000000000e+01,0.000000000000000000e+00 | ||
0.000000000000000000e+00,1.000000000000000000e+00,1.300000000000000000e+01 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[uwsgi] | ||
module = wsgi | ||
module = wsgi:nfl | ||
|
||
master = true | ||
processes = 5 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Unit] | ||
Description=Job that runs the nfl app | ||
|
||
[Service] | ||
Environment=PATH=/home/user/nfl/nflenv/bin | ||
WorkingDirectory=/home/ubuntu/nfl | ||
ExecStart=/usr/local/bin/uwsgi --ini nfl.ini | ||
User=ubuntu | ||
Group=www-data | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
server { | ||
listen 80; | ||
server_name 127.0.0.1; | ||
server_name _; | ||
|
||
location / { | ||
include uwsgi_params; | ||
|
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
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