File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [[ "${PYPISERVER_ENABLED}" == "true" ]]; then
39
39
echo " PYPISERVER_ENABLED='true'. Starting the PyPiServer..."
40
40
# Run the pypi server in the background
41
41
mkdir -p /data/packages
42
- export GUNICORN_CMD_ARGS=" --accesslog - --errorlog - --preload --workers 1 --worker-class gevent"
42
+ export GUNICORN_CMD_ARGS=" --access-logfile - --error-logfile - --workers 1 --worker-class gevent --keyfile /certs/registry.spacefx.local.key --certfile /certs/registry.spacefx.local.crt "
43
43
/pypi-server/bin/pypi-server run -a . -P . -p ${PYPISERVER_PORT:- $PORT } --server gunicorn --backend cached-dir /data/packages --verbose --log-file /var/log/pypiserver.log &
44
44
PYPI_PID=$!
45
45
echo " ...PyPiServer started."
You can’t perform that action at this time.
0 commit comments