diff options
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r-- | rpm/mongod.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 146eeaa9077..7c77ee7fbcb 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -49,8 +49,8 @@ bind_ip=127.0.0.1 # Ignore query hints #nohints=true -# Disable the HTTP interface (Defaults to localhost:27018). -#nohttpinterface=true +# Enable the HTTP interface (Defaults to port 28017). +#httpinterface=true # Turns off server-side scripting. This will result in greatly limited # functionality |