Any ideas why this works http://quantumjs.com/brochures/JavaScript-Bootcamp.pdf
but https doesn't? https://quantumjs.com/brochures/JavaScript-Bootcamp.pdf using runtime: python27 api_version: 1 threadsafe: true handlers: - url: /(.*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf))$ static_files: \1 upload: .*\.(js|css|png|jpg|svg|ttf|ico|manifest|pdf)$ # catch all handler to index.html - url: /.* static_files: index.html upload: index.html -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/91b02ed8-175e-4fd4-9753-d16b1ff0cae8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
