verdaccio / docker-examples

🐳 ⛴A collection of Docker and Kubernetes examples for verdaccio

Home Page:https://www.verdaccio.org/docs/en/docker.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile vhost config contain twice Host header

kopax opened this issue · comments

Ths header can have two value,

    proxy_set_header        Host $host;
    proxy_set_header Host $http_host;

which is the good one ?

Thanks