diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2014-07-23 11:58:51 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2014-07-23 14:24:25 -0400 |
commit | d004a865ed9f12d5968233fcc77ea588f38702d1 (patch) | |
tree | 750e71091351c01f34fbd3d8bbdf23f897019329 /debian | |
parent | 5e4f3fef24ca76b6a6516e7379b72ae3310029fd (diff) | |
download | mongo-d004a865ed9f12d5968233fcc77ea588f38702d1.tar.gz |
SERVER-14283 Update package config file httpinterface default
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mongod.conf b/debian/mongod.conf index 75d0c8cf406..3c343aa67d4 100644 --- a/debian/mongod.conf +++ b/debian/mongod.conf @@ -48,8 +48,8 @@ bind_ip = 127.0.0.1 # Ignore query hints #nohints = true -# Disable the HTTP interface (Defaults to localhost:28017). -#nohttpinterface = true +# Enable the HTTP interface (Defaults to port 28017). +#httpinterface = true # Turns off server-side scripting. This will result in greatly limited # functionality |