add todo note

This commit is contained in:
Ivan Gabaldon 2025-03-31 23:18:59 +02:00
parent 31cb1b77c9
commit c0d42f1b9c
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

@ -168,6 +168,8 @@ fi
unset MORTY_KEY
# Start uwsgi
printf 'Listen on %s\n' "${BIND_ADDRESS}"
# Start uwsgi
# TODO: "--http-socket" will be removed in the future (see uwsgi.ini.new config file): https://github.com/searxng/searxng/pull/4578
exec uwsgi --http-socket "${BIND_ADDRESS}" "${UWSGI_SETTINGS_PATH}"