2019-07-03 15:18:29 +00:00
|
|
|
[uwsgi]
|
|
|
|
http = :9090
|
2019-07-04 23:26:52 +00:00
|
|
|
chdir = /etc/linkding
|
2019-07-03 15:18:29 +00:00
|
|
|
module = siteroot.wsgi:application
|
2019-07-04 23:26:52 +00:00
|
|
|
env = DJANGO_SETTINGS_MODULE=siteroot.settings.prod
|
2019-07-03 15:18:29 +00:00
|
|
|
static-map = /static=static
|
|
|
|
processes = 4
|
|
|
|
threads = 2
|
2019-07-04 23:26:52 +00:00
|
|
|
pidfile = /tmp/linkding.pid
|
2019-07-03 15:18:29 +00:00
|
|
|
vacuum=True
|
|
|
|
stats = 127.0.0.1:9191
|
2020-02-02 15:27:18 +00:00
|
|
|
uid = www-data
|
|
|
|
gid = www-data
|
2020-12-31 06:02:28 +00:00
|
|
|
|
|
|
|
if-env = LD_REQUEST_TIMEOUT
|
|
|
|
http-timeout = %(_)
|
|
|
|
socket-timeout = %(_)
|
|
|
|
harakiri = %(_)
|
|
|
|
endif =
|