新遗址+;gunicorn&x2B;https问题

新遗址+;gunicorn&x2B;https问题,https,gunicorn,newrelic,Https,Gunicorn,Newrelic,我目前正在使用new relic监视我的web应用程序。在部署脚本中,我有以下内容 sudo NEW_RELIC_CONFIG_FILE=/<path to app>/app/config/newrelic.ini newrelic-admin run-program gunicorn 'run:run_app' -b 0.0.0.0:8000 -w3 --certfile=/<path to app>/app/config/server.crt --keyfile=/&

我目前正在使用new relic监视我的web应用程序。在部署脚本中,我有以下内容

sudo NEW_RELIC_CONFIG_FILE=/<path to app>/app/config/newrelic.ini newrelic-admin run-program gunicorn 'run:run_app' -b 0.0.0.0:8000 -w3 --certfile=/<path to app>/app/config/server.crt --keyfile=/<path to app>/app/config/server.key --access-logfile log/gunicorn.log
调试器显示

[INFO] Listening at: https://0.0.0.0:5000 (4691)
在本地情况下,以及

[INFO] Listening at: http://0.0.0.0:8000 (9094)
在服务器上


我已经尝试了我能想到的一切,认为这一定是一个问题,在新的文物凌驾于什么

这还不足以继续下去。您可能希望在打开一张罚单,以便New Relic可以详细调查此问题

[INFO] Listening at: http://0.0.0.0:8000 (9094)