Switch ports for uwsgi and http.
This commit is contained in:
committed by
Abhilash Raj
parent
0c281270aa
commit
a361b31923
@@ -5,7 +5,7 @@ set -e
|
|||||||
curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system
|
curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system
|
||||||
|
|
||||||
# Check to see if postorius is working.
|
# Check to see if postorius is working.
|
||||||
curl -L http://172.19.199.3:8080/postorius/lists | grep "Mailing List"
|
curl -L http://172.19.199.3:8000/postorius/lists | grep "Mailing List"
|
||||||
|
|
||||||
# Check to see if hyperkitty is working.
|
# Check to see if hyperkitty is working.
|
||||||
curl -L http://172.19.199.3:8080/hyperkitty/ | grep "Available lists"
|
curl -L http://172.19.199.3:8000/hyperkitty/ | grep "Available lists"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[uwsgi]
|
[uwsgi]
|
||||||
# Port on which uwsgi will be listening.
|
# Port on which uwsgi will be listening.
|
||||||
uwsgi-socket = 0.0.0.0:8000
|
uwsgi-socket = 0.0.0.0:8080
|
||||||
http-socket = 0.0.0.0:8080
|
http-socket = 0.0.0.0:8000
|
||||||
|
|
||||||
#Enable threading for python
|
#Enable threading for python
|
||||||
enable-threads = true
|
enable-threads = true
|
||||||
|
|||||||
Reference in New Issue
Block a user