我正在尝试让moov在端口8080上运行但是我收到了错误:
$ curl -s -i http://mlocal.nytimes.com:8080/
HTTP/1.0 534 Internal Server Error
Connection: close
Content-Type: text/plain;
Content-Length: 69
Host header 'mlocal.nytimes.com:8080' did not match project rewriters
我正在启动服务器:
$ sudo moov server -p=8080 --auto-hosts
(它似乎在端口80上正常工作。)
答案 0 :(得分:4)
当您手动指定要运行的端口时,需要执行其他步骤。
进入项目文件并打开config.json
追加:8080到这样指定的域名:
“$。nytimes.com:8080 => www.nytimes.com”,
等。