opendevops icon indicating copy to clipboard operation
opendevops copied to clipboard

单机安装时的两个坑。

Open wzhboco opened this issue 5 years ago • 2 comments

1、无论什么原因导致要重新运行fast_depoly.sh时,一定要保证/etc/dnsmasq.conf除了了原有的注释,不能有任何其他的配置内容。否则dnsmasq无法启动。

2、在demo.conf 中配置行proxy_pass http://gw.opendevops.cn要改为proxy_pass http://gw.opendevops.cn:8081 在gw.conf中要把listen 80 改为listen 8081。 只要两配置文件中的端口一直,并且没有被占用就行。 否则openresty不能正常工作。

最后,为项目点赞。希望有跟多的人,能把自己解决的问题分享出来。

wzhboco avatar Aug 04 '19 15:08 wzhboco

感谢你的分享,帮助更多的人,很棒~

yanghongfei avatar Aug 06 '19 12:08 yanghongfei

端口不需要改呀

zengyunlong avatar Aug 30 '19 04:08 zengyunlong