mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-20 13:34:47 +01:00
mimic x_proto, x_host params from old ProxyFix.
This commit is contained in:
parent
5513b34a66
commit
2b38207100
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def create_app(config_object="lnbits.settings") -> Quart:
|
|||
|
||||
cors(app)
|
||||
Compress(app)
|
||||
ProxyFix(app)
|
||||
ProxyFix(app, x_proto=1, x_host=1)
|
||||
|
||||
register_assets(app)
|
||||
register_blueprints(app)
|
||||
|
|
Loading…
Add table
Reference in a new issue