You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
|
|
[uwsgi] |
|
socket = 127.0.0.1:3031 |
|
plugins = python3 |
|
chdir = /var/www/localhost/htdocs/gallery |
|
wsgi-file = wsgi.py |
|
callable = app |
|
venv = /var/www/localhost/htdocs/gallery/venv |
|
|
|
#touch-reload = /var/www/localhost/htdocs/pvdb/instance/reload |
|
#static-map = /movie_dir=/var/www/localhost/htdocs/pvdb/instance/movie_dir |
|
#py-auto-reload = 1
|
|
|