Skip to content

Commit

Permalink
bind socket to all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alonitac committed Sep 8, 2024
1 parent 0719957 commit 5b6ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[uwsgi]
socket = 127.0.0.1:3031
socket = 0.0.0.0:3031
module = app:app
processes = 4
threads = 2

0 comments on commit 5b6ba8b

Please sign in to comment.