📜  将 gunicor 端口更改为 https - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:52.209000             🧑  作者: Mango

代码示例1
gunicorn --certfile=server.crt --keyfile=server.key --bind 0.0.0.0:443 test:app