mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update reverse-proxy.md
This commit is contained in:
parent
f75a9409ba
commit
b5ebaace9a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ server {
|
||||||
|
|
||||||
If you run verdaccio behind reverse proxy, you may noticed all resource file served as relaticve path, like `http://127.0.0.1:4873/-/static`
|
If you run verdaccio behind reverse proxy, you may noticed all resource file served as relaticve path, like `http://127.0.0.1:4873/-/static`
|
||||||
|
|
||||||
To resolve this issue, you should send real domain and port to verdaccio with `Host` heade
|
To resolve this issue, you should send real domain and port to verdaccio with `Host` header
|
||||||
|
|
||||||
Nginx configure should look like this:
|
Nginx configure should look like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue