deployment-ready

This commit is contained in:
2023-10-25 20:12:19 +02:00
parent d4ceb1f0b3
commit 3709f8d019
4 changed files with 18 additions and 3 deletions

9
uwsgi.ini Normal file
View File

@ -0,0 +1,9 @@
[uwsgi]
mount = /dualhub=app:app
manage-script-name = true
pidfile = dualhub_flask.pid
master = true
processes = 1
http-socket = :2024
chmod-socket = 660
vacuum = true