From f4844cd8c546d1bc6f689ffe95274596c14cc6c6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 21:18:20 +0300 Subject: Revert "Add --proxy-headers arg" This reverts commit bdf8582d49d1223e03fb81df6342b8717a9142b9. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d3bcbe8..47d1b5d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT} --proxy-headers +web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT} -- cgit v1.3.1