Skip to content

Commit

Permalink
remove bind localhost only
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Jan 11, 2024
1 parent 648f594 commit 4399eaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jiracmdline/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
accesslog = '-'
loglevel = 'debug'
# bind = '0.0.0.0:8000'
bind = '127.0.0.1:8000'
bind = '0.0.0.0:8000'
timeout = 120
# from https://pythonspeed.com/articles/gunicorn-in-docker/
worker_tmp_dir = "/dev/shm"
Expand Down

0 comments on commit 4399eaa

Please sign in to comment.