Re: [galaxy-dev] login problems when using a proxy and serving at a subdirectory

2015-08-27 Thread Dannon Baker
When I've seen similar behavior in the past, it's always that cookie_path is incorrect. On Thu, Aug 27, 2015 at 1:46 PM, John Chilton wrote: > Not really sure what is happening here, does your galaxy.ini file have > the following sections: > > [filter:proxy-prefix] > use = egg:PasteDeploy#prefix

Re: [galaxy-dev] login problems when using a proxy and serving at a subdirectory

2015-08-27 Thread John Chilton
Not really sure what is happening here, does your galaxy.ini file have the following sections: [filter:proxy-prefix] use = egg:PasteDeploy#prefix prefix = /galaxy [app:main] filter-with = proxy-prefix cookie_path = /galaxy If yes, it might be best to share nginx configuration and your galaxy lo

[galaxy-dev] login problems when using a proxy and serving at a subdirectory

2015-08-27 Thread Bernau, Christoph
Dear all, I have a problem with configuring my galaxy instance with a proxy server when I try to serve at a subdirectory. I followed the description at https://wiki.galaxyproject.org/Admin/Config/nginxProxy The basic configuration works just fine. When I use the procedure described in the s