我正在为一个非常小的Web应用程序运行几个docker容器:nginx,node和redis。这些容器都使用带有模式
的传统方法(不是网络)链接在一起 nginx --proxies-> node --uses-> redis
我的nginx代理设置为使用HTTPS,但我的节点服务器(使用hapi.js)不是。这是安全问题吗?
答案 0 :(得分:0)
It isn't security issue if you aren't sending your data from nginx to node using public networks. If your HTTP traffic will be transfered inside one host machine and this host machine is fully controlling by you it will be unreachable for external access.