blob: 22f4aba46c5ec4e0f4cd2f3137390096fd22f081 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[uwsgi]
# Variables
base = /srv/www/albion.th73.ovh
app = app
# Generic Config
plugins = python3
home = %(base)/venv
pythonpath = %(base)
socket = %(base)/%n.sock
module = %(app)
callable = %(app)
chdir = %(base)
|