Hi ,
I've set up a basic site on remote server with Mezzanine. It works like a charm and is almost out of the box if I compare it to django cms
I have not used fabric as due to poor documentation it was to hard for me to make it work.
However now the site is on the server. I am using nginx and gunicorn / supervisor. There are other sites on my server. Each site uses different port to proxy between nginx and gunicorn. Everything works well beside the fact that I can't log in or register new account using safari 7.0.4
Other browsers works, tested with chrome, opera and ff not sure about ie..
Each time I am trying to log in on safari I get 403 forbidden CSRF verification failed. Request aborted.
with Debug true I se some more info:
Reason given for failure:
CSRF cookie not set.....
Does anyone know what can possibly cause it ?
Regards
Jaroslaw