From 9424bac031db78ab23d1e5f21ec2906e3d603433 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Fri, 4 Apr 2025 14:57:53 +0200 Subject: Don't hardcode uWSGI parameters (#4578) * Initial update * fix * add todo note --- dockerfiles/uwsgi.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dockerfiles/uwsgi.ini') diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index f1309ca89..dfde9109a 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -1,4 +1,8 @@ [uwsgi] +# Listening address +# default value: [::]:8080 (see Dockerfile) +http-socket = $(BIND_ADDRESS) + # Who will run the code uid = searxng gid = searxng -- cgit v1.2.3