摘要: 1,添加gzip压缩,在nginx.conf中添加,gzip_types可以在mime.types对应配置 2,添加跨域,egret的话需要在主文件Main.js中添加 egret.ImageLoader.crossOrigin = "anonymous"; 完整nginx.conf配置 3,ssl 阅读全文
posted @ 2017-11-04 16:29 maxwell_xu 阅读(277) 评论(0) 推荐(0)