Switch ports for uwsgi and http.

This commit is contained in:
Abhilash Raj
2017-07-18 17:47:58 -07:00
committed by Abhilash Raj
parent 0c281270aa
commit a361b31923
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[uwsgi]
# Port on which uwsgi will be listening.
uwsgi-socket = 0.0.0.0:8000
http-socket = 0.0.0.0:8080
uwsgi-socket = 0.0.0.0:8080
http-socket = 0.0.0.0:8000
#Enable threading for python
enable-threads = true