After installing and everything is working well, I try to follow the MHN Lab pdf to configure https. Here are the commands:
cd /etc/nginx/sites-enabled
ln -s /etc/nginx/sites-available/mhn-https
ln -s /etc/nginx/sites-available/honeymap-https
rm /etc/nginx/sites-enabled/default
/etc/init.d/nginx restart
I should be able to run the following to look for nginx listening on various ports.
netstat -tunlp | grep nginx
It comes back with nothing. Worse, my MHN web interface no longer comes up on port 80 or 443 and I have to start all over.
Are these instructions out of date?
Thanks