From f3507a5e87bea4704ba7ed3585f598c3c07f788b Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Wed, 18 Jan 2023 15:22:45 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da1c273..25b8010 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ server { The lines that you should edit according your configurations are: -- `location /drw/` +- `location /drw/` The name of the location _/drw/_ is up to you, and it's the address where the app will be served. In this case will be _hub.xpub.nl/soupboat/drw/_. -- `proxy_pass http://localhost:3000/soupboat/drw/;` +- `proxy_pass http://localhost:3000/soupboat/drw/;` The very same name, as well as eventual prefixes, need to be specified in the line of _proxy_pass_. The port, in this example set to _3000_, it's the port where Express is mounting the application. By default is 3000, but you can edit it according to the configurations of the express server.