This commit is contained in:
Joseph Cheung 2023-03-01 00:16:46 +08:00
parent 3ef5178420
commit a006498843

View file

@ -175,4 +175,4 @@ unset MORTY_KEY
# Start uwsgi # Start uwsgi
printf 'Listen on %s\n' "${BIND_ADDRESS}" printf 'Listen on %s\n' "${BIND_ADDRESS}"
exec uwsgi --master --http-socket "${BIND_ADDRESS}" "${UWSGI_SETTINGS_PATH}" exec su www-data -c "uwsgi --master --http-socket 0.0.0.0:8080 /etc/searxng/uwsgi.ini"