diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-28 21:11:02 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-28 21:11:02 +0300 |
| commit | bdf8582d49d1223e03fb81df6342b8717a9142b9 (patch) | |
| tree | 54f6ec6b80a57533da12ab64ce0ada72e2d0d575 | |
| parent | 6d054fc127faff3178cd1b98e921047611c6cc83 (diff) | |
Add --proxy-headers arg
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT} +web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT} --proxy-headers |
