Update README.md

This commit is contained in:
deadvey 2024-11-02 12:04:21 +01:00
parent ee8e304381
commit f9c73f6832

View File

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