uncategorized

Restart the Web Service on the ERL

Sometimes, espescially if you cheat and quickly update the SSL certificate the dirty way, you may need to restart the UI on the ERL.

Check here to catch up on the proper way to do this initially.

Restart the web service on the ERL

sudo kill -SIGINT $(cat /var/run/lighttpd.pid)
sudo /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf