mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
779de41b65
* Implement custom Netscape file parser (#50) * Add environment variable to configure request timeouts (#50) Co-authored-by: Sascha Ißbrücker <sissbruecker@lyska.io>
19 lines
No EOL
371 B
INI
19 lines
No EOL
371 B
INI
[uwsgi]
|
|
http = :9090
|
|
chdir = /etc/linkding
|
|
module = siteroot.wsgi:application
|
|
env = DJANGO_SETTINGS_MODULE=siteroot.settings.prod
|
|
static-map = /static=static
|
|
processes = 4
|
|
threads = 2
|
|
pidfile = /tmp/linkding.pid
|
|
vacuum=True
|
|
stats = 127.0.0.1:9191
|
|
uid = www-data
|
|
gid = www-data
|
|
|
|
if-env = LD_REQUEST_TIMEOUT
|
|
http-timeout = %(_)
|
|
socket-timeout = %(_)
|
|
harakiri = %(_)
|
|
endif = |