mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
mimic x_proto, x_host params from old ProxyFix.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user