kora 50406102a9 deploy modified | 6 months ago | |
---|---|---|
.. | ||
readme_deploy.md | 6 months ago | |
site.conf | 6 months ago |
a2enmod proxy
a2enmod proxy_http
This can also be done by directly modifying Apache's conf files (I did this in the past).a2ensite site.conf
waitress-serve --host IP_ADDRESS --port PORT MODULE:APP
('app:app', running from the app.py folder, normally works for me for the MODULE:APP part)