diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html
index cf5c9bd4a..6c8de974c 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 line, before any other lines related to access
-through localhost:host all all 127.0.0.1 255.255.255.255 password
+host all all 127.0.0.1 255.255.255.255 password
+local all postgres ident sameuser
+local all all password
These changes will make sure that the PostgreSQL database is accessible
via TCP/IP from localhost.