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:
parent
988ff72081
commit
d036190aff
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue