Pārlūkot izejas kodu

Add preload option to gunicorn.

Stefano Cossu 7 gadi atpakaļ
vecāks
revīzija
64e4d4fcc2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      fcrepo

+ 1 - 1
fcrepo

@@ -2,4 +2,4 @@
 default_conf_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/etc.defaults"
 conf_dir=${FCREPO_CONFIG_DIR:-$default_conf_dir}
 
-gunicorn -c "${conf_dir}/gunicorn.py" server:fcrepo
+gunicorn -c "${conf_dir}/gunicorn.py" server:fcrepo --preload