-
symphony ngnix 配置
2017-05-04 21:57了解了,是配成 vhost 里的配置文件了,但是并未生效。目前出了另外一个错:
WebSocket connection to ' failed: Error during WebSocket handshake: Unexpected response code: 404 -
sym 部署后注册登陆 undefined
2017-04-30 10:14都可以呀,做个反向代理就可以了...
奇怪的是并没找到 Label 初始化的地方,common.js 的 1663 行有个 Label={},除此之外就找不到初始化的地方了,所以 Label 中的所有属性都是 undefined,这个怎么查呢? -
sym 部署后注册登陆 undefined
2017-04-30 09:13bebug 了下
common.js 中
Label.servePath 是 undefined
正在找 Label.servePath 初始化的位置.... -
sym 部署后注册登陆 undefined
2017-04-29 22:52我的目录是 webapp/symphony
如果不配 staticPath 的话静态资源会访问不到
可以如何解决呢?发布到 root 目录么? -
sym 部署后注册登陆 undefined
2017-04-29 19:55配置文件是这样的:
Server
Configures the followings before deploy
serverScheme=http
serverHost=218.244.133.107
serverPort=8080
staticServerScheme=http
staticServerHost=218.244.133.107
staticServerPort=8080
Note: The context path and static path should be "" if deploy app on ROOT. For other cases, starts with '/'
and not ends with '/', for example, /blog
contextPath=/symphony
staticPath=/symphony
IoC
See Issue #17 · b3log/latke for more details
scanPath=org.b3log.symphony