mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): use a tunable for fastapi proxy host value
On aur-dev.archlinux.org, we use a proxy tunnel through our internal nginx. This allows us to rewrite the Host header based on whatever port we wish within internal nginx config. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
8ae6754766
commit
32b4f75f01
4 changed files with 9 additions and 2 deletions
|
@ -21,4 +21,8 @@ fi
|
|||
|
||||
cp -vf /docker/config/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# NGINX_PROXY_PORT must be defined for the `nginx` service
|
||||
# within `docker-compose.yml`.
|
||||
sed -i "s|HTTP_HOST|\$host:${NGINX_PROXY_PORT}|g" /etc/nginx/nginx.conf
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue