From 34d1988e937022270ad2b6ea48edd9ffd39e31cb Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Mon, 29 Jun 2026 14:04:08 +0200 Subject: [PATCH] Update default Gunicorn config --- docs/configuration/components/gunicorn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/components/gunicorn.md b/docs/configuration/components/gunicorn.md index 56e086b6..40dce677 100644 --- a/docs/configuration/components/gunicorn.md +++ b/docs/configuration/components/gunicorn.md @@ -24,7 +24,7 @@ threads = 5 bind = '127.0.0.1:8000' # Pid -pidfile = '/opt/seatable/pids/dtable-web.pid' +pidfile = '/var/run/dtable-web.pid' # for file upload, we need a longer timeout value (default is only 30s, too short) timeout = 1200