Hi,
I have a self-hosted seafile-server (on ubuntu) behind nginx. I am able to access the main-page (/acounts/login). After I have logged in I get the message "Forbidden (403): CSRF verification failed. Request aborted.". On the other hand, I am able to access the /webdav domain. Although I have some experience with NginX, I'm quite sure I did something wrong shifting the ports due to some other applications (I attached my seafile configuration of nginx. (Seahub: 16000, Seafile-WebDav: 17000, SeafileHttp: 14082), I changed the config files to match the altered ports aswell).
My start commands for seafile are:
./seafile start
./seahub start-fastcgi 16000
Regards,
Ch3ll