From b78210421c19cbf66d8da48841acd15f7febca0f Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 14 Aug 2014 12:45:00 +0200 Subject: [PATCH] ProxyPreserveHost no longer required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c0e394..575127c8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Issue the following command to run the app, the server will listen by default on java -jar target/commafeed.jar server config.yml -You can use nginx or apache as a proxy http server. Note that when using apache, the `ProxyPreserveHost on` option should be set in your config file. +You can use a proxy http server such as nginx or apache. Local development -----------------