Is there a way to map root_static files like /favicon.ico to get served 
from an external CDN URL rather than /static without modifying 
gluon/rewrite.py?

Instead of serving form myapp/static/favicon.ico

I want to serve it from:

https://mys3bucket/static/favicon.ico

When deploying to a AWS Lambda our static files are all in an S3 bucket, 
but /favicon.ico is still being served from the app which invokes a (slow) 
new Lambda instance to server that one file.

Thanks

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/4da79553-a303-46ea-845c-1c803ea702f1n%40googlegroups.com.

Reply via email to