main
km0 1 year ago
parent 5d0ac64ed9
commit f3507a5e87

@ -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.

Loading…
Cancel
Save