Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 7, 2024
1 parent 6c5ee87 commit 832c751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/templates/app/gunicorn.conf.py.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

bind = 127.0.0.1:29000
bind = '127.0.0.1:29000'
worker_tmp_dir = '/dev/shm'
workers = {{ env.GUNICORN_WORKERS }}

Expand Down
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if [ ! -f "${NGINX_CONF_FILE}" ]; then
echo "# Create nginx configuration file."
python3 -c "${JINJA2}" < ${NGINX_CONF_FILE}.j2 >${NGINX_CONF_FILE}
fi
cat ${NGINX_CONF_FILE}
nginx -t -c ${NGINX_CONF_FILE}

# Generate Gunicorn config, if not supplied.
Expand Down

0 comments on commit 832c751

Please sign in to comment.