Skip to content
Snippets Groups Projects
Unverified Commit e3cb0c4f authored by Thomas Maurice's avatar Thomas Maurice
Browse files

explain what a netmask is

parent 778f435c
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,8 @@ On the `pg_hba.conf` file add a line like that at the end: ...@@ -127,6 +127,8 @@ 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
``` ```
The netmask should look like `A.B.C.D/E` like `0.0.0.0/0` for everyone, for example.
Also change the `listen_addresses` instruction to `'*'` in `postgresql.conf`. Also change the `listen_addresses` instruction to `'*'` in `postgresql.conf`.
## Install Nginx ## Install Nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment