RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: omidmt
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
Is there any cast on using database or memcached to store session data instead of cookie.
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
Is there any cast on using database or memcached to store session data instead of cookie.