Seafile Server 6.2.1 for Raspberry Pi is ready! 26.09.2017

Great :+1:
But 6.2.2 is out , will you build that again or did your build include the fixes?
Btw, i had some problem with login and WSGI mode, from login screen it didnt load next screen, but if calling the url again i’m logged in…
So i tested a bit, cause i thought it could be something with my nginx config…same as in example above.
Now i replaced
proxy_set_header Host $host
with
proxy_set_header Host $host:8001;
and (not really sure what i did with that, lol) it works…