I try to run moov on port 8080 but I get an error:
$ 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
I start the server with:
$ sudo moov server -p=8080 --auto-hosts
(It seems to work fine on port 80.)
source share