File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ def create_app(config: Optional[str] = None) -> Flask:
4848
4949 # Fix an issue with some flask-admin stuff redirecting to "http". Because
5050 # we use HTTP BasicAuth, the http scheme is bad during authorized sessions.
51- # (This issue is specifically caused by Meinheld.)
51+ # This issue was caused by Meinheld, which is no longer in the code,
52+ # but it is here just to be safe since it does no harm.
5253 app .wsgi_app = ProxyFix (app .wsgi_app )
5354
5455 return app
Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ class Twitter Bot
1515Twitter Bot : /twitter.py
1616Heroku Task Scheduler ..> PostgreSQL
1717Heroku <.. Gunicorn
18- Gunicorn .. Meinheld
1918Heroku .. Redis
2019SQLAlchemy ..> blueprints
2120Gunicorn <.. Flask : create_app()
2221Gunicorn : /../Procfile
23- Meinheld : /../Procfile
2422Heroku .. PostgreSQL
2523blueprints ..> FlaskCaching
2624class Flask
You can’t perform that action at this time.
0 commit comments