#1803 docs: fix rST syntax for DB listening section
Merged 4 years ago by tkopecek. Opened 4 years ago by ktdreyer.
ktdreyer/koji doc-rst-db-listening  into  master

file modified
+4 -9
@@ -595,20 +595,15 @@ 

  

  Set Database To Listen On All Addresses

  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- The koji-hub service will attempt to connect to the database server in the

+ The ``koji-hub`` service will attempt to connect to the database server in the

  manner you configure.  If you use the system hostname, then the database will

  need to be available on that address.  To configure this please perform the

  following:

  

- #.  Edit /var/lib/pgsql/data/postgresql.conf

- #.  Set listen_address

- 

-     ::

- 

+ #.  Edit ``/var/lib/pgsql/data/postgresql.conf``

+ #.  Set ``listen_address`` so postgres will listen on all interfaces::

          listen_addresses = '*'

- #.  Reload the postgresql service

- 

-     ::

+ #.  Reload the postgresql service::

          systemctl restart postgresql

  

  Koji Hub

Clean up some rST syntax issues in the section about altering the postgres listen_address.

Commit 7ea3a73 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

4 years ago