Don't hardcode uWSGI parameters (#4578)
* Initial update * fix * add todo note
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user