我想使用Azure CDN(显然由EdgeCast提供支持)为我的React + GraphQL Web应用程序提供静态内容。
CDN将从存储帐户中提取静态文件,Node.js将处理GraphQL端点。
要使客户端路由正常工作,我需要为所有与静态内容路径(ember.debug.js:43272Uncaught TypeError: Cannot read property 'tagName' of undefined
)匹配的请求提供/static/index.html
。
我想避免使用Node.js以这种方式提供/static/somefile.ext
:
index.html