We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我这边想通过nginx反向代理web服务,发现会报错。 此外,web控制台只能是IP:32000的形式吗? 我加了域名解析,通过域名:32000访问还是报错。 我把端口改成80,通过IP访问也是同样的报错。 请问如何变更配置?
The text was updated successfully, but these errors were encountered:
https://github.com/Qihoo360/doraemon#quickly-start @PostgreSQL1989 仔细看这里,app.conf和config.js是需要修改的
Sorry, something went wrong.
感谢你的回复,我更改的是这两个文件,麻烦你帮忙看看,谢谢。 我把IP变更成为域名,错误提示跟issue一样。
doraemon/deployments/docker-compose/conf/app.conf WebUrl="http://alert.xxxx.com:32000"
WebUrl="http://alert.xxxx.com:32000"
doraemon/deployments/docker-compose/conf/config.js baseURL: 'http://alert.xxxx.com:8080',
baseURL: 'http://alert.xxxx.com:8080',
config.js 配置成你的域名 nginx: location ^/ { proxy_pass http://xxxxx:32000; } location ^ /api/v1 { proxy_pass http://xxxxx:8080; }
No branches or pull requests
我这边想通过nginx反向代理web服务,发现会报错。
此外,web控制台只能是IP:32000的形式吗?
我加了域名解析,通过域名:32000访问还是报错。
我把端口改成80,通过IP访问也是同样的报错。
请问如何变更配置?
The text was updated successfully, but these errors were encountered: