X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fpostgresql%2F9.1%2Fmain%2Fpostgresql.conf;h=546a9e79524b73c3c1d4ffdf8170e28e4ad0dec4;hp=8af2f1cd438835b8864d6390019ff04cb8cb1ae9;hb=f5e12fec2c7ef8d743e2d3e32c3bbe37b40c7a73;hpb=6647e7fb851e2dbe5a5c7ec60358f7371bf17183 diff --git a/etc/postgresql/9.1/main/postgresql.conf b/etc/postgresql/9.1/main/postgresql.conf index 8af2f1c..546a9e7 100644 --- a/etc/postgresql/9.1/main/postgresql.conf +++ b/etc/postgresql/9.1/main/postgresql.conf @@ -89,7 +89,7 @@ lc_messages = 'fr_FR.utf8' # locale for system error message lc_monetary = 'fr_FR.utf8' # locale for monetary formatting lc_numeric = 'fr_FR.utf8' # locale for number formatting lc_time = 'fr_FR.utf8' # locale for time formatting -#listen_addresses = 'localhost' # what IP address(es) to listen on; +listen_addresses = '127.0.0.1' # what IP address(es) to listen on; #lo_compat_privileges = off #local_preload_libraries = '' #log_autovacuum_min_duration = -1 # -1 disables, 0 logs all actions and @@ -142,9 +142,9 @@ shared_buffers = 128MB # min 128kB #shared_preload_libraries = '' # (change requires restart) #silent_mode = off # Run server silently. #sql_inheritance = on -ssl = off # (change requires restart) -#ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers -#ssl_renegotiation_limit = 512MB # amount of data between renegotiations +ssl = on # (change requires restart) +ssl_ciphers = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' # allowed SSL ciphers +ssl_renegotiation_limit = 512MB # amount of data between renegotiations #standard_conforming_strings = on #statement_timeout = 0 # in milliseconds, 0 is disabled #stats_temp_directory = 'pg_stat_tmp'