Update README.md
This commit is contained in:
parent
ee8e304381
commit
f9c73f6832
@ -40,8 +40,8 @@ To set up Apache2 as a reverse proxy for your Node.js app:
|
||||
1. Start your Node.js application (/node/app.js) on port 8003. You can run the application in a tmux session using the command:<br/>
|
||||
|
||||
|
||||
```sh
|
||||
node app.js
|
||||
```shell
|
||||
$ node app.js
|
||||
```
|
||||
|
||||
|
||||
@ -67,8 +67,8 @@ Replace /wordpress with the appropriate path for your exception:<br/>
|
||||
To verify that the Node.js application is running and accessible through Apache2, you can use the curl command:
|
||||
|
||||
|
||||
```sh
|
||||
curl http://localhost:8003
|
||||
```shell
|
||||
$ curl http://localhost:8003
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user