From 56ccad7bf32199d77cc838d7cc2efc480a1c5bf6 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 1 May 2025 16:16:10 +0200 Subject: [PATCH] fix --- dockerfiles/uwsgi.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index 3bfd49e72..357d3c40a 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -3,10 +3,6 @@ # default value: [::]:8080 (see Dockerfile) http-socket = $(BIND_ADDRESS) -# Who will run the code -uid = searxng -gid = searxng - # Number of workers (usually CPU count) # default value: %k (= number of CPU core, see Dockerfile) workers = $(UWSGI_WORKERS)