From 8dea48ed5b38ddc4faa0aef5db7570bb380f21d1 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Fri, 8 Sep 2017 08:11:27 +0200 Subject: [PATCH] docs: Update server section to include AWS info --- wiki/server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/server.md b/wiki/server.md index 58ec383a3..0c2224bb6 100644 --- a/wiki/server.md +++ b/wiki/server.md @@ -25,8 +25,9 @@ If you want to listen to every external address set the listen directive in the # you can specify listen address (or simply a port) listen: 0.0.0.0:4873 ``` +If you are running `verdaccio` in a Amazon EC2 Instance, [you will need set the listen in change your config file](https://github.com/verdaccio/verdaccio/issues/314#issuecomment-327852203) as is described above. -> Apache configure? Please check out Wiki ;-) +> Apache configure? Please check out the [Reverse Proxy Setup](reverse-proxy.md) ## Keeping verdaccio running forever We can use the node package called 'forever' to keep verdaccio running all the time.