[Owncloud] OwnCloud redirects to login page

Eugene Agafonov e.a.agafonov at gmail.com
Wed Jul 11 06:35:13 UTC 2012


Hi!

I guess you are using nginx as reverse proxy.

I've posted my solution just yesterday in other mail thread:

 > Re: [Owncloud] A little Problem
 > I've faced the same issue and it is solved by passing original 'Host' 
HTTP header from client to backend server.
 > I'm using nginx as reverse proxy so it is fixed by adding 
proxy_set_header line.

 > location /owncloud {
 >    proxy_set_header Host $http_host;
 >    proxy_pass http://127.0.0.1:8082;
 >}

BR, Eugene Agafonov.

On 07/11/2012 01:15 AM, Laurens Vets wrote:
> Hello,
>
> I recently upgraded from OC 2 to OC 4 (deleted owncloud folder, but 
> kept the DB) and now everytime I log in, OC redirects me to the login 
> page again. I'm not finding anything relevant in the logs... (nginx 
> access.log & error.log)
>
> Any idea what might be going on?
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud





More information about the Owncloud mailing list