added access logging
This commit is contained in:
parent
fac7b8cd5b
commit
1a78ca68bb
2
boot.sh
2
boot.sh
@ -8,4 +8,4 @@ echo "Done"
|
|||||||
|
|
||||||
chmod -R 755 /opt/recipes/mediafiles
|
chmod -R 755 /opt/recipes/mediafiles
|
||||||
|
|
||||||
exec gunicorn -b :8080 --access-logfile - --error-logfile ./gunicorn-error.log recipes.wsgi
|
exec gunicorn -b :8080 --access-logfile ./gunicorn-access.log --error-logfile ./gunicorn-error.log recipes.wsgi
|
Loading…
Reference in New Issue
Block a user