cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
52 stars 27 forks source link

Use waitress http server for production deployments. #56

Closed dragotin closed 2 years ago

dragotin commented 2 years ago

To enable the waitress server for production setups, set the new config option internalserver to waitress.

See https://dev.to/thetrebelcc/how-to-run-a-flask-app-over-https-using-waitress-and-nginx-2020-235c for explanation.

dragotin commented 2 years ago

@glpatcern thanks for the improvement.