Der Screenshot des Fehlerberichts lautet wie folgt:
XMLHttpRequest cannot load http://localhost:9090/services/user/login. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000' is therefore not allowed access. The response had HTTP status code 403.
Die Reverse-Proxy-Konfiguration ist wie folgt:
Entschuldigung, was ist das Problem mit der Konfiguration?
是跨域问题吧,参见/a/11...
server_name 用 localhost 就好,不必带端口,不然 http://localhost:9090/services/ 就转发到 9000 端口了。配置其他部分应该没毛病,提一点建议,nginx配置也贴代码而不是图片就好了,谢谢。
根据错误提示,应该是你的 Apache 没有 services/ 目录的访问权限?
是不是项目路径不在 Apache 默认路径下,是的话要做相应的配置
把location /services/ 改成 location /services