Prepare app for working behind a proxy (nginx).
Adapt user form
This commit is contained in:
@@ -10,7 +10,7 @@ export FLASK_ENV=development # Use 'production' as appropriate
|
||||
export FLASK_DEBUG=1 # Use 0 for production
|
||||
|
||||
# Start Flask app
|
||||
gunicorn --workers 4 --worker-class gevent -b 0.0.0.0:5001 scripts.run_eveai_chat:app &
|
||||
gunicorn --workers 4 --worker-class gevent -b 0.0.0.0:5002 scripts.run_eveai_chat:app &
|
||||
|
||||
wait
|
||||
|
||||
|
||||
Reference in New Issue
Block a user