Don't restrict macchiato requests to localhost by default
The load generator (wrk) is running on a different machine than the
HTTP server, so restricting the HTTP server to only accept requests from
localhost means all the tests fail. This change should fix that.