Okay, here is an odd one. I have two systems configured more or less the 
same. One is for development and one for production.

Both servers are configured with ubuntu, nginx, and uwsgi. Configured 
identically, except of course the IP addressing. The development server 
will return static files from both HTTP and HTTPS. The production server 
will only return static files from the HTTPS request.

Standard web2py code will request via HTTPS so I am good for most things. 
But for pyfpdf to put a logo in a pdf report the request needs to be via 
HTTP. So no reports on the production server.

Any one have any ideas where to start?

I have already compared the nginx.conf files from both servers. They are 
practically identical. So now digging deeper but not sure which way to go.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to