Explorar o código

Add preload option to gunicorn.

Stefano Cossu %!s(int64=7) %!d(string=hai) anos
pai
achega
64e4d4fcc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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