Skip to content

Commit ef8d6b5

Browse files
committed
gunicorn: bind to all addresses so we can expose them
1 parent 007371a commit ef8d6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The IP address (typically localhost) and port that the Netbox WSGI process should listen on
2-
bind = '127.0.0.1:8080'
2+
bind = '0.0.0.0:8080'
33

44
# Number of gunicorn workers to spawn. This should typically be 2n+1, where
55
# n is the number of CPU cores present.

0 commit comments

Comments
 (0)