summaryrefslogtreecommitdiffstats
path: root/ocata/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/run.sh')
-rwxr-xr-xocata/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/run.sh b/ocata/run.sh
index a1f44ed2..3de3780d 100755
--- a/ocata/run.sh
+++ b/ocata/run.sh
@@ -20,7 +20,7 @@ export PYTHONPATH=lib/share
#nohup python manage.py runserver 0.0.0.0:9006 2>&1 &
if [ ${SSL_ENABLED} = "true" ]; then
- nohup uwsgi --https :9006,ocata/pub/ssl/cert/cert.crt,ocata/pub/ssl/cert/cert.key --module ocata.wsgi --master --enable-threads --processes 4 &
+ nohup uwsgi --https :9006,ocata/pub/ssl/cert/cert.crt,ocata/pub/ssl/cert/cert.key,HIGH --module ocata.wsgi --master --enable-threads --processes 4 &
else
nohup uwsgi --http :9006 --module ocata.wsgi --master --enable-threads --processes 4 &