This commit is contained in:
Thomas Maurice 2023-12-06 11:21:49 +01:00
parent 806f3fb192
commit 778405d066
Signed by: thomas
GPG key ID: 1D577F50583032A6

View file

@ -127,7 +127,7 @@ On the `pg_hba.conf` file add a line like that at the end:
host all all <the netmask you want to add> scram-sha-256 host all all <the netmask you want to add> scram-sha-256
``` ```
Also change the `listen` instruction to `*` in `postgresql.conf`. Also change the `listen_addresses` instruction to `*` in `postgresql.conf`.
## Install Nginx ## Install Nginx