We are using a gem that encrypts database table columns. So far, it is working as intended, however, we encountered several issues where a column or a model attribute is […]
Day: October 6, 2017
Redirect All Requests to HTTPS with Nginx
Assuming that you already have a working HTTPS configuration for your website and you decided to redirect all requests to HTTPS, here is a simple nginx configuration for that. This […]
Creating Self-Signed Certificate for Web Servers Like Nginx
I’m not sure if I have written this before, but here is how we create a self-signed certificate (without the passphrase) to be used by web servers like Apache or […]