0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

docs: improve reverse proxy headers info

This commit is contained in:
Juan Picado 2021-08-22 10:22:59 +02:00
parent 988ff72081
commit d036190aff

View file

@ -6,6 +6,9 @@ title: "Reverse Proxy Setup"
Using a reverse proxy is a common practice. The following configurations are the
most recommended and used ones.
**Important**, the headers are considered to resolve the public are `X-Forwarded-Proto` for the protocol and `Host` for the domain, please include them in your configuration.
# Apache
Apache and `mod_proxy` should **not decode/encode slashes** and leave them as they are: