我们有一个Apache代理默认SSL(443)端口中的节点JS服务。启用基本身份验证。
SSLProxyEngine
ProxyPass" / myApp" " https url of node JS"
ProxyPassReverse" / myApp" " https url of node JS"
然而," Node JS应用程序中的JS文件出现404错误,导致出现空白页。
任何建议。
根据日志消息,它期望Apache从默认的Document根而不是节点JS app中提供它。如何禁用它以仅从应用程序提供内容。
==> ssl_error_log< == [星期六30月30日00:11:53] [错误] [客户端10.88.1.226]文件不存在:/var/www/html/bundle.js,referer:" https url of node JS"
谢谢,
Navaneeth