Skip to content

Commit

Permalink
Merge branch 'fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joramas committed Apr 2, 2024
2 parents 13331be + 7a32675 commit a0b829d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
from werkzeug.middleware.proxy_fix import ProxyFix


from flask_sslify import SSLify

app = Flask(__name__)
sslify = SSLify(app)
app.wsgi_app = ProxyFix(app.wsgi_app, x_for=1, x_proto=1, x_host=1, x_port=1)


Expand Down

0 comments on commit a0b829d

Please sign in to comment.