Update readme
This commit is contained in:
parent
17421f9fe2
commit
c4388611af
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
|||
* Install dependencies: `npm i`
|
||||
* move conf: `sudo mv reverse-proxy.conf /etc/nginx/sites-available/`
|
||||
* Enable site: `sudo ln -s /etc/nginx/sites-available/reverse-proxy.conf /etc/nginx/sites-enabled/reverse-proxy.conf`
|
||||
* restart nginx: `systemctl restart nginx`
|
||||
* restart nginx: `sudo systemctl restart nginx`
|
||||
* Run the server: `sudo pm2 start index.js --name bde-liste -i max`
|
||||
|
|
Loading…
Reference in a new issue