summaryrefslogtreecommitdiffstats
path: root/fcaps
diff options
context:
space:
mode:
Diffstat (limited to 'fcaps')
-rw-r--r--fcaps/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcaps/run.sh b/fcaps/run.sh
index b5e1a61f..e8b82097 100644
--- a/fcaps/run.sh
+++ b/fcaps/run.sh
@@ -22,7 +22,7 @@ nohup celery -A fcaps worker --concurrency=1 --loglevel=info &
#nohup python manage.py runserver 0.0.0.0:9011 2>&1 &
if [ "${SSL_ENABLED}" == "true" ]; then
- nohup uwsgi --https :9001,fcaps/pub/ssl/cert/cert.crt,fcaps/pub/ssl/cert/cert.key,HIGH --module fcaps.wsgi --master --enable-threads --processes 4 &
+ nohup uwsgi --https :9011,fcaps/pub/ssl/cert/cert.crt,fcaps/pub/ssl/cert/cert.key,HIGH --module fcaps.wsgi --master --enable-threads --processes 4 &
else
nohup uwsgi --http :9011 --module fcaps.wsgi --master --enable-threads --processes 4 &
fi