RailsCasts Pro episodes are now free!

Learn more or hide this

omidmt's Profile

GitHub User: omidmt

Comments by

Avatar

I tried install with mac port, but conf verification failed with this error,

nginx: [emerg] unknown directive "ssl" in /opt/local/etc/nginx/nginx.conf:102

Found out that should install nginx with ssl option, it is not there by default

sudo port install nginx +ssl

Avatar

Is there any cast on using database or memcached to store session data instead of cookie.