http, https issue

Ricardo Acras lists at ruby-forum.com
Fri Jan 18 13:16:51 MSK 2008


Just found out the problem

      # needed for HTTPS
      proxy_set_header  X-FORWARDED_PROTO https;
      proxy_set_header  X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_set_header Host $http_host;
      proxy_redirect false;
      proxy_max_temp_file_size 0;

I removed these lines.

Thanks
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list