Skip to content

Commit

Permalink
allow headers to be forwarded from nginx proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 6, 2022
1 parent c92c40a commit 72e8eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: wmatacc/ds-download:deploy
command: gunicorn main:app --workers 4 --worker-class
uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000
--forwarded-allow-ips="0.0.0.0"
--forwarded-allow-ips="*"
container_name: ds_download_server
volumes:
- /corral-repl/tacc/NHERI:/corral-repl/tacc/NHERI
Expand Down

0 comments on commit 72e8eaa

Please sign in to comment.