Open
Description
Hello
I have a very simple setup of hipache proxying a thin server running a Rails application on a docker container. (I am trying out the dokku project). The issue I have is when I go through the proxy, XHR requests end up being very very slow. If I remove the proxy and hit the thin server directly I have no issues.
My hipache config is as follows http://pastebin.com/1rFRtaiS.
It is almost identical to the default configuration.
I run my thin server as follows /app/vendor/bundle/ruby/2.0.0/bin/thin start -R config.ru -e production -p 49155
I have this issue whether we are hitting the thin server via http or https.
Any help is greatly appreciated.