Rewrite installation section in README.md

Also added uWSGI installation tutorial
This commit is contained in:
2020-09-08 00:39:48 -05:00
parent ba68674e4e
commit 5570710432
2 changed files with 50 additions and 14 deletions

12
uwsgi.ini.default Normal file
View File

@ -0,0 +1,12 @@
[uwsgi]
socket = /srv/imgupload/uwsgi.sock
chmod-socket = 755
chdir = /srv/imgupload
venv = /srv/imgupload/env
master = true
module = imgupload:app
processes = 1
threads = 1
uid = www-data
gid = www-data
plugins = python3,logfile