Python docs claim, that "http.server is not recommended for production. It only implements basic security checks."
Is there another simple to use python server (like http.server) with "advanced" security check, ready for production?
(I want to run http server on Raspberri Pi, which will serve static website)
Thanks!