浏览代码

Add preload option to gunicorn.

Stefano Cossu 7 年之前
父节点
当前提交
64e4d4fcc2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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