Use '::' in place of '[::]'
This commit is contained in:
parent
06b54d5f89
commit
bd05b702bb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ external_pid_file = '/var/run/postgresql/{{ postgresql.version }}-main.pid'
|
|||
|
||||
# - Connection Settings -
|
||||
|
||||
listen_addresses = '0.0.0.0, [::]'
|
||||
listen_addresses = '0.0.0.0, ::'
|
||||
# listen_addresses = * # listen to all
|
||||
#listen_addresses = 'localhost' # what IP address(es) to listen on;
|
||||
# comma-separated list of addresses;
|
||||
|
|
Loading…
Reference in a new issue