-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session always times out #53
Comments
@ManuelFrigerio Thank you for the bug report. Do you have anything related in the log output? |
Thanks @waterlink Net::OpenTimeout: execution expired
Can you please help me? I got my blog completely unaccessible now |
The only thing I want to do is to reverse proxy my wordpress blog located at blog.mywebsite.com to my rails app on mywebsite.com/blog. |
@ManuelFrigerio First of all, you could always downgrade to the previous version of the I can't access |
Hi, how can I downgrade to a previous version? |
I downgraded the gem by using gem 'rack-reverse-proxy', '~> 0.11.0', :require => "rack/reverse_proxy" and the problem is still there... ideas? |
@waterlink any help? :) |
Hi,
I'm trying to proxy my blog, located at blog.mywebsite.com to mywebsite.com/blog.
I've followed the Readme and added this code to /config.rb
However when I try and visit mywebsite.com/blog it always times out.
It's also worth mentioning that it was working ok until I updated the gem.
Before I was just added this to my /config.ru file
Can anyone please help me out?
Thanks
The text was updated successfully, but these errors were encountered: