Can I authenticate the static files served with Rails
I have a static Jekyll site on my main Rails app in /public/support/
. I would like to protect this site and only allow authenticated users to access it. Can I do that?
You’re not receiving notifications from this thread.
I have a static Jekyll site on my main Rails app in /public/support/
. I would like to protect this site and only allow authenticated users to access it. Can I do that?