From 12f71e8aa1dd0a234e2de9212c26abcd161ee72f Mon Sep 17 00:00:00 2001 From: Ian Macdonald Date: Fri, 23 Jun 2023 11:22:37 +0200 Subject: [PATCH] Also bind to the host's IPv6 address, if present. --- contrib/uwsgi-sogs-standalone.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/uwsgi-sogs-standalone.ini b/contrib/uwsgi-sogs-standalone.ini index 16a7f977..83c07141 100644 --- a/contrib/uwsgi-sogs-standalone.ini +++ b/contrib/uwsgi-sogs-standalone.ini @@ -25,7 +25,7 @@ gid = GROUP plugins = python3,http processes = 2 enable-threads = true -http = :80 +http-socket = [::]:80 mount = /=sogs.web:app mule = sogs.mule:run log-4xx = true