diff --git a/README.md b/README.md index fb5caa7..6de65ca 100644 --- a/README.md +++ b/README.md @@ -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` -* edit the ldap-conf file with your LDAP bind user cred. +* Enter your LDAP bind user cred by running: `node ldap-cond.js` * Run the server: `pm2 start index.js --name bde-list -i 1`