2015-11-22 10:45 GMT-06:00 Andrew Solomon <andrew@geekuni.com>:
I think this tutorial of Gabor's is a very gentle introduction to deployment:
http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean
Andrew
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 https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certi... 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 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 The file nginx-demo.conf does not contain the line with 'listen' that I am supposed to edit to install the certificate. Any help would be greatly appreciated. Thanks, Richard