Commit 54b40ae9

mo khan <mo@mokhan.ca>
2013-05-19 22:24:17
install ssl config into nginx config
1 parent a7e7cf9
Changed files (1)
config/nginx.conf
@@ -46,6 +46,10 @@ http {
   }
   server {
     listen       80 default;
+    listen       443 ssl;
+    ssl                         on;
+    ssl_certificate             /home/cakeside/apps/www.cakeside.com/current/config/server.crt;
+    ssl_certificate_key         /home/cakeside/apps/www.cakeside.com/current/config/server.key;
     server_name  cakeside.com  *.cakeside.com;
     root         /home/cakeside/apps/www.cakeside.com/current/public;
     passenger_enabled on;