mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. Paperless-ngx is the official successor to the original Paperless and Paperless-ng projects.
11 lines
281 B
Python
11 lines
281 B
Python
--- gunicorn.conf.py.orig 2024-02-18 20:13:15 UTC
|
|
+++ gunicorn.conf.py
|
|
@@ -11,7 +11,7 @@ timeout = 120
|
|
preload_app = True
|
|
|
|
# https://docs.gunicorn.org/en/stable/faq.html#blocking-os-fchmod
|
|
-worker_tmp_dir = "/dev/shm"
|
|
+worker_tmp_dir = "/tmp"
|
|
|
|
|
|
def pre_fork(server, worker):
|