convert to a fotogallery

This commit is contained in:
Andreas Stephanides
2020-02-22 16:58:15 +01:00
parent 3b8bd884da
commit 5eddd2b66e
47 changed files with 19191 additions and 122 deletions

View File

@@ -6,14 +6,14 @@ master = true
# No. of processes can be increased
processes = 7
chown-socket =www-data:www-data
virtualenv = /srv/simple_sample_flat_index/.env
pythonpath = /srv/simple_sample_flat_index/
virtualenv = /srv/foto_gallery/.env
pythonpath = /srv/foto_gallery/
#pidfile = /srv/simple_sample_flat_index/uwsgi.pid
#socket = /srv/simple_sample_flat_index/uwsgi.sock
pidfile=/var/run/simple_sample.pid
socket = /var/run/simple_sample.sock
pidfile=/var/run/foto_gallery.pid
socket = /var/run/foto_gallery.sock
chmod-socket = 666
module = simple_sample
module = foto_gallery
callable= app
wsgi-file = run.py
logdate = true
@@ -21,4 +21,5 @@ logdate = true
loglevel = debug
gevent = 100
vacuum=true
plugins=python3,logfile
plugins=python3,logfile
py-autoreload=2