What are the limitations of the flask built-in web server

前端 未结 2 1562
有刺的猬
有刺的猬 2020-12-02 10:04

I\'m a newbie in web server administration. I\'ve read multiple times that flask built-in web server is not designed for \"production\", and must be used only for tests and

2条回答
  •  春和景丽
    2020-12-02 10:20

    The OP has long-since moved on, but for those who encounter this question in the future I would just add that setting up an Apache server, even on a laptop, is free and pretty easy. It can be readily configured for as few or as many features as you want just by uncomment in or commenting out lines in the config file. There might be an even easier GUI method for doing that nowdays, but just editing the configs is simple.

提交回复
热议问题