<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-11-22 10:45 GMT-06:00 Andrew Solomon <span dir="ltr"><<a href="mailto:andrew@geekuni.com" target="_blank">andrew@geekuni.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I think this tutorial of Gabor's is a very gentle introduction to deployment:</div><div><br></div><a href="http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean" target="_blank">http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean</a><br><div><br></div><div>Andrew</div></div><div class="gmail_extra"><div><div class="h5"><br></div></div></div></blockquote><div><br></div><div>Followed the tutorial above and it has worked great so far. However, I am now trying to install an SSL certificate and am following the instructions from digital ocean <a href="https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority">https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority</a> which calls for modifying the default block file. I am not sure how to proceed as I removed the file per the instructions of this tutorial<br><br><pre class="">root@s12:~# rm /etc/nginx/sites-enabled/default
root@s12:~# ln -s /home/starman/nginx-demo.conf /etc/nginx/sites-enabled/
root@s12:~# service nginx restart
</pre> The file nginx-demo.conf does not contain the line with 'listen' that I am supposed to edit to install the certificate.<br><br></div><div>Any help would be greatly appreciated.<br><br></div><div>Thanks,<br><br></div><div>Richard<br></div></div></div></div>