Skip to content

Commit

Permalink
update backend bind port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Mar 19, 2024
1 parent 442a169 commit 1fc06f7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions django/gunicorn.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
# A positive integer. Generally set in the 1-5 seconds range.
#

workers = 8
timeout = 600
graceful_timeout = 600
keepalive = 5
# workers = 8
# timeout = 600
# graceful_timeout = 600
# keepalive = 5

bind = "0.0.0.0:8080"
workers = 2
timeout = 600

0 comments on commit 1fc06f7

Please sign in to comment.