mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-19 21:31:27 +02:00
mimic x_proto, x_host params from old ProxyFix.
This commit is contained in:
parent
5513b34a66
commit
2b38207100
@ -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…
x
Reference in New Issue
Block a user