【发布时间】:2013-06-01 00:51:06
【问题描述】:
我正在尝试让 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 上工作正常。)
【问题讨论】:
标签: moovweb