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:49 UTC

[53/53] [abbrv] git commit: updated secure rewrites issue

updated secure rewrites issue


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/f7c95193
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/f7c95193
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/f7c95193

Branch: refs/heads/master
Commit: f7c951939081a8078d791814a03cce693ee278dc
Parents: 093514a
Author: Steven Gill <st...@gmail.com>
Authored: Thu Apr 3 17:20:48 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Apr 3 17:20:48 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/f7c95193/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e3135a9..6deacb5 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ 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`.
+You could also run into the `insecure rewrite rule` error. Fix this by setting `secure_rewrites` to `false` in your `local.ini` under `[httpd]` CouchDB configuriation file. Mine was at `/usr/local/etc/couchdb/local.ini`.
 
 Deploy Locally
 ==============