允许从本地主机外部访问 - Angular

时间:2021-03-11 18:44:21

标签: angular angular-cli ubuntu-20.04

我正在使用 ng serve --host 0.0.0.0 --disable-host-check 但是当我尝试使用来自另一台主机的 url: "http://server_static_ip:port" 运行我的 angular 应用程序时,它不起作用。它超时了,浏览器说:

<块引用>

“ERR_CONNECTION_TIMED_OUT”

我该如何解决这个问题?

0 个答案:

没有答案