summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-28 21:18:20 +0300
committerYuval Adam <_@yuv.al>2020-09-28 21:18:20 +0300
commitf4844cd8c546d1bc6f689ffe95274596c14cc6c6 (patch)
tree53a35a4f543c005493131dcbc308cd75cd70d391
parentf38303054d6bbea09d8f92171db1445e510a2e3d (diff)
Revert "Add --proxy-headers arg"
This reverts commit bdf8582d49d1223e03fb81df6342b8717a9142b9.
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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}