Apache virtual host entry to forward non-SSL to SSL for Rails application
In the rails application, if we need to forward all non-SSL traffic to SSL traffic we can use below virtual host entry. By default, rewrite module needs to...
In the rails application, if we need to forward all non-SSL traffic to SSL traffic we can use below virtual host entry. By default, rewrite module needs to...