我正在尝试将node.js应用部署到Google Compute并让supervisord运行它。
当我尝试让应用程序侦听端口3000时,我的工作正常。
当我尝试将其移至443以便我可以使用https以便访问服务器时,它会在启动应用时出现错误:
add(self, docs, boost=None, fieldUpdates=None, commit=True, softCommit=False, commitWithin=None, waitFlush=None, waitSearcher=None, overwrite=None, handler='update')
答案 0 :(得分:0)
可能已经有一个附加到443端口的进程。也许Apache或Nginx? 您可以查看:sudo netstat -nlp | grep 443