From f8316911bd8f4ca04440209d2fcdb018a9fa44c6 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 12 Oct 2013 14:57:01 +0200 Subject: [PATCH] another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18939bd2..c3c22443 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ 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 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 nginx 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 -----------------