I have an instance of web2py running on nginx sitting behind an apache reverse proxy (soon to be nginx as well) so:
I first though maybe the fact the the reverse proxy url and app names are the same was confusing regex or whatever was doing the rewrites, but that didn't seem to be the case. I also started looking at routes.py and set BASE = 'myapp'. That made parts of my site work, but things like login then didn't.
Anyone have experience setting a web2py app up behind a reverse proxy? Thoughts? Thanks,
Dean