You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/07 23:07:48 UTC

[52/53] [abbrv] git commit: updated readme with insecure rewrites rule error

updated readme with insecure rewrites rule error


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/093514a3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/093514a3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/093514a3

Branch: refs/heads/master
Commit: 093514a3d29d079b22e2155ae9fcae4ffd8d7a22
Parents: 91558d2
Author: Steven Gill <st...@gmail.com>
Authored: Thu Apr 3 16:23:55 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Apr 3 16:23:55 2014 -0700

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/093514a3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c1d0c9f..e3135a9 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,8 @@ A possible error may be that you don't have a local `_replicate` db. You can cre
 curl -X PUT http://localhost:5984/_replicate
 ```
 
+You could also run into the `insecure rewrite rule` error. Fix this by setting `secure_rewrites` to `false` in your `local.ini' CouchDB configuriation file. Mine was at `/usr/local/etc/couchdb/local.ini`.
+
 Deploy Locally
 ==============