Skip to content

Commit

Permalink
gunicorn 설정 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoonyy committed Feb 10, 2021
1 parent bc76c34 commit 243594f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gunicorn/prod.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import multiprocessing

bind = '0.0.0.0:8000'
workers = multiprocessing.cpu_count() * 2
timeout = 90
max_requests = 5000
accesslog = '-'

0 comments on commit 243594f

Please sign in to comment.