Don't hardcode uWSGI parameters (#4578)

* Initial update

* fix

* add todo note
This commit is contained in:
Ivan Gabaldon
2025-04-04 14:57:53 +02:00
committed by GitHub
parent 59228fb1db
commit 9424bac031
3 changed files with 9 additions and 7 deletions

View File

@@ -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