From dc8abe99c3f5493edce57327937c595728044744 Mon Sep 17 00:00:00 2001 From: Meeeeow Date: Wed, 19 Apr 2017 19:35:25 +0800 Subject: [PATCH] add docs about run behind reverse proxy - Change word 'proxy' to 'reverse proxy' --- SERVER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SERVER.md b/SERVER.md index ddd93a691..bb0927957 100644 --- a/SERVER.md +++ b/SERVER.md @@ -21,8 +21,8 @@ If you want to listen to every external address set the listen directive in the listen: 0.0.0.0:4873 ``` -## Run behind proxy with different domain and port -If you run verdaccio behind proxy, you may noticed all resource file served as relaticve path, like `http://127.0.0.1:4873/-/static`, you can resolve this by set `url_prefix` +## Run behind reverse proxy with different domain and port +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`, you can resolve this by set `url_prefix` ```yaml url_prefix: 'https://your-domain:8888' # or