Skip to content
Snippets Groups Projects
Verified Commit bbc83b71 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

roles/archweb: Improving the uwsgi ini template.

parent e39dbe88
No related branches found
No related tags found
No related merge requests found
[uwsgi]
plugins=python2
chdir=/srv/http/archweb
chdir={{ archweb_dir }}
wsgi-file=archweb.wsgi
socket=/run/uwsgi/archweb.sock
chmod-socket=664
virtualenv=/srv/http/archweb/env
virtualenv={{ archweb_dir }}/env
processes=6
threads=2
master=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment