mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
Create docker image
This commit is contained in:
12
uwsgi.ini
Normal file
12
uwsgi.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[uwsgi]
|
||||
#socket = 127.0.0.1:3031
|
||||
http = :9090
|
||||
chdir = /etc/linkdings
|
||||
module = siteroot.wsgi:application
|
||||
env = DJANGO_SETTINGS_MODULE=siteroot.settings_prod
|
||||
static-map = /static=static
|
||||
processes = 4
|
||||
threads = 2
|
||||
pidfile = /tmp/project-master.pid
|
||||
vacuum=True
|
||||
stats = 127.0.0.1:9191
|
Reference in New Issue
Block a user