Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
rename log files
Browse files Browse the repository at this point in the history
  • Loading branch information
le717 committed Sep 4, 2021
1 parent f17400b commit 9b25a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-app.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
gunicorn --bind 0.0.0.0:80 --workers 2 --log-level error --access-logfile /var/log/gunicorn.access.log --error-logfile /var/log/gunicorn.error.log wsgi:app
gunicorn --bind 0.0.0.0:80 --workers 2 --log-level error --access-logfile /var/log/access.log --error-logfile /var/log/error.log wsgi:app

0 comments on commit 9b25a88

Please sign in to comment.