Skip to content

Commit

Permalink
fix url_for urls rendering with http instead of https
Browse files Browse the repository at this point in the history
  • Loading branch information
natanlao committed Feb 2, 2024
1 parent bfac986 commit e2f91f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY templates/ /app/templates
COPY yaas.py /app/main.py

USER appuser
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8123"]
CMD ["uvicorn", "main:app", "--proxy-headers", "--forwarded-allow-ips=*", "--host", "0.0.0.0", "--port", "8123"]

0 comments on commit e2f91f9

Please sign in to comment.