From 4f624efb3b996d319d0994b883cd8324ed1b7e58 Mon Sep 17 00:00:00 2001 From: Sai Shanmukha Date: Thu, 20 Feb 2025 16:02:43 -0600 Subject: [PATCH] test_non-root-gunicorn conf --- deployment/wsgi/gunicorn.conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/wsgi/gunicorn.conf.py b/deployment/wsgi/gunicorn.conf.py index 70d2164b3..64092ba3d 100644 --- a/deployment/wsgi/gunicorn.conf.py +++ b/deployment/wsgi/gunicorn.conf.py @@ -2,8 +2,8 @@ bind = "0.0.0.0:8000" workers = 1 preload_app = True -user = "root" -group = "root" +user = "gen3" +group = "gen3" timeout = 300 keepalive = 2 keepalive_timeout = 5