From 4afe86505e8ca755ec592bdbd2b17218824f2c16 Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Tue, 18 Jun 2024 00:30:00 +0300 Subject: uvicorn proxy headers --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 93a8c43..c1fed22 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,9 +24,10 @@ "--log-config", "./log_config.json", "--workers", - "1" + "1", "--proxy-headers" ], - "console": "integratedTerminal" + "console": "integratedTerminal", + "justMyCode": false }, { "name": "celery", -- cgit v1.2.3