Kora 6c0f9f0f0b automatizing deploy | пре 6 месеци | |
---|---|---|
.. | ||
deploy.bash | пре 6 месеци | |
readme_deploy.md | пре 6 месеци | |
site.conf | пре 6 месеци |
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)