Skip to content

Commit b60b5d9

Browse files
committed
update
1 parent 87bb183 commit b60b5d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/src/development/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ class Twitter Bot
1515
Twitter Bot : /twitter.py
1616
Heroku Task Scheduler ..> PostgreSQL
1717
Heroku <.. Gunicorn
18-
Gunicorn .. Meinheld
1918
Heroku .. Redis
2019
SQLAlchemy ..> blueprints
2120
Gunicorn <.. Flask : create_app()
2221
Gunicorn : /../Procfile
23-
Meinheld : /../Procfile
2422
Heroku .. PostgreSQL
2523
blueprints ..> FlaskCaching
2624
class Flask

0 commit comments

Comments
 (0)