You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
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?
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.