conf not cond

This commit is contained in:
asyncnomi 2022-12-11 19:26:57 +01:00
parent 4ab2ac0e58
commit 9fa5c4278e

View file

@ -18,5 +18,5 @@
* 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: `sudo systemctl restart nginx`
* Enter your LDAP bind user cred by running: `node ldap-cond.js`
* Enter your LDAP bind user cred by running: `node ldap-conf.js`
* Run the server: `pm2 start index.js --name bde-list -i 1`