From 1389a5a2381f2703962f0a95c8838084cc582146 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 16 Sep 2013 20:32:37 +0200 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc1a0a18..e72f6059 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ This will generate the file `target/commafeed.war`. Copy this file to your tomee * The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Don't forget to set the public URL in the admin settings. * The default user is `admin` and the password is `admin`. +You can use nginix or apache as a proxy http server. Note that when using apache, the `ProxyPreserveHost on` option should be `set in your config file. + Local development -----------------