ajout de umap
This commit is contained in:
parent
574b0fb197
commit
69cbf81a7c
11 changed files with 211 additions and 0 deletions
24
ressources/umap/rootfs/uwsgi.ini
Normal file
24
ressources/umap/rootfs/uwsgi.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[uwsgi]
|
||||
uid = umap
|
||||
gid = umap
|
||||
# Python related settings
|
||||
# the base directory (full path)
|
||||
chdir = /var/lib/umap/
|
||||
# umap's wsgi module
|
||||
module = umap.wsgi
|
||||
# the virtualenv (full path)
|
||||
home = /var/lib/umap/venv
|
||||
|
||||
# process-related settings
|
||||
# master
|
||||
master = true
|
||||
# maximum number of worker processes
|
||||
processes = 4
|
||||
# the socket (use the full path to be safe)
|
||||
socket = /var/lib/umap/uwsgi.sock
|
||||
# ... with appropriate permissions - may be needed
|
||||
chmod-socket = 666
|
||||
stats = /var/lib/umap/stats.sock
|
||||
# clear environment on exit
|
||||
vacuum = true
|
||||
plugins = python3
|
Loading…
Add table
Add a link
Reference in a new issue