From d4f8b811473befad283718fab5a336035c28a97d Mon Sep 17 00:00:00 2001 From: gusto Date: Fri, 13 Feb 2026 12:02:33 +0200 Subject: [PATCH] Load recources from current path in index.html --- src/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.py b/src/main.py index 8bfd514..9cd791d 100644 --- a/src/main.py +++ b/src/main.py @@ -20,6 +20,8 @@ async def main(): reload=False, loop="asyncio", log_config=None, + proxy_headers=True, + forwarded_allow_ips="*", ) server = uvicorn.Server(config)