add quotation marks
This commit is contained in:
parent
d322d2ede2
commit
778f435c87
1 changed files with 1 additions and 1 deletions
|
@ -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_addresses` instruction to `*` in `postgresql.conf`.
|
Also change the `listen_addresses` instruction to `'*'` in `postgresql.conf`.
|
||||||
|
|
||||||
## Install Nginx
|
## Install Nginx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue