已被CORS政策阻止:对预读应用程序node.js的响应

时间:2019-05-28 22:53:05

标签: node.js apache cors

发生的事情是,我在laravel中有一些应用程序在apache中运行,要在节点中上载我的应用程序,我为每个项目放置了一个VirtualHost,在/ etc / hosts文件中,每个项目的别名是127.0。 0.1 localhost.online,除了ProxyPassReverse / http:// localhost:3333 /之外,您不能在此文件中放置端口,但是从源头运行http://localhost.online:3333/register/ciudadOperacion节点项目时出现错误3}}'

<VirtualHost *:80>
DocumentRoot "/var/www/html/ventanillaonline/public/"
ServerName localhost
ServerAdmin webmaster@localhost
ServerAlias localhost.online
ProxyPass /src !
ProxyPass / http://localhost:3333/
ProxyPassReverse / http://localhost:3333/

在etc / hosts中 127.0.0.1 localhost.online

0 个答案:

没有答案