On 10 Sep 2012, at 9:02 AM, Marek Mollin <rog...@gmail.com> wrote: > So i have cut down the router to bare minimum, just to check this admin issue. > I now have: > > routers = dict( > BASE = dict( > domains = { > 'myapp.com' : 'myapp1', > 'test.myapp.com' : 'myapp2', > } > ), > ) > logging = 'debug' > > after tailing the uwsgi_log i get: > > in case of https://myapp.com/admin: > Error opening file for reading: Permission denied > and afterwards a few 404. > > while https://test.myapp.com/admin: > just a few 404. > > If I turn off the domains and just set default app, everything is fine. > Admin is accessible. >
There's a fix (I think) in the trunk for this problem. I'm not sure it's 100% fixed; if you try it out, please let me know. --