Re: Disable SSL for Nginx

2016-12-22 Thread Kris Law
If you are running Ruby on Rails, there is a chance that the "config.force_ssl = true" value is set. That alone will force HTTP to redirect to HTTPS. To solve this, navigate to your Ruby on Rails site cd /path/to/#{your_site}/current/config/environments and edit any file in there that is a

Re: Disable SSL for Nginx

2014-03-26 Thread Achilleas Pipinellis
On 26/03/2014 12:07 μμ, Arnaud Castaner wrote: > I'm setting up GitLab on an internal server at my company. I can't use a > SSL certificate, even self-signed, for various reasons. I believe I > changed the GitLab and Nginx configuration appropriately for this, but > for some reasons I'm still being