diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html
index 6c8de974c..e120d4839 100644
--- a/livesupport/doc/install.html
+++ b/livesupport/doc/install.html
@@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.
tcpip_socket = true
pg_hba.conf
(usually /var/lib/postgres/data/pg_hba.conf
)
-to include the following three lines, before any other 'host' or 'local'
-lines:host all all 127.0.0.1 255.255.255.255 password
-local all postgres ident sameuser
-local all all password
+host all all 127.0.0.1 255.255.255.255 password
These changes will make sure that the PostgreSQL database is accessible
via TCP/IP from localhost.