We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007371a commit ef8d6b5Copy full SHA for ef8d6b5
gunicorn.py
@@ -1,5 +1,5 @@
1
# The IP address (typically localhost) and port that the Netbox WSGI process should listen on
2
-bind = '127.0.0.1:8080'
+bind = '0.0.0.0:8080'
3
4
# Number of gunicorn workers to spawn. This should typically be 2n+1, where
5
# n is the number of CPU cores present.
0 commit comments