diff options
Diffstat (limited to 'modules/postgresql/templates/postgresql.conf')
| -rw-r--r-- | modules/postgresql/templates/postgresql.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf index aee8261a..57c4b227 100644 --- a/modules/postgresql/templates/postgresql.conf +++ b/modules/postgresql/templates/postgresql.conf @@ -57,7 +57,7 @@ # - Connection Settings - #listen_addresses = 'localhost' # what IP address(es) to listen on; -listen_addresses = * +listen_addresses = '*' # comma-separated list of addresses; # defaults to 'localhost', '*' = all # (change requires restart) @@ -80,6 +80,7 @@ bonjour_name = 'Magiea\'s Postgresql server' #authentication_timeout = 1min # 1s-600s #ssl = off # (change requires restart) +ssl = on #ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers # (change requires restart) #ssl_renegotiation_limit = 512MB # amount of data between renegotiations |
