Feature #23657
Prepare, test and document a production deployment for the Web Server component
Start date:
11/26/2019
Due date:
% Done:
0%
Estimated time:
Stakeholders:
Description
The Web server currently uses the simple Web server coming with Flask.
This is OK for a development environment but not for a production one:
This is OK for a development environment but not for a production one:
- vulnerability (to DoS)
- scalability
There are many possible alternatives.
Reading around seems that 2 suggested ones are nginx w/ gunicorn or uWSGI.
The new configuration should be tested and then the RPM files and the documents should be updated