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=e723641cb4a8c43747026f48eedf87c57d468f8b;hb=f5e12fec2c7ef8d743e2d3e32c3bbe37b40c7a73;hpb=80909c24d0e4ca5061f3379852ac07b296760883 diff --git a/etc/postgresql/9.1/main/postgresql.conf b/etc/postgresql/9.1/main/postgresql.conf index e723641..546a9e7 100644 --- a/etc/postgresql/9.1/main/postgresql.conf +++ b/etc/postgresql/9.1/main/postgresql.conf @@ -64,7 +64,7 @@ default_text_search_config = 'pg_catalog.french' #enable_tidscan = on #escape_string_warning = on #exit_on_error = off # terminate session on any error? -external_pid_file = '/run/postgresql/9.1-main.pid' # write an extra PID file +#external_pid_file = '/run/postgresql/9.1-main.pid' # write an extra PID file #extra_float_digits = 0 # min -15, max 3 #from_collapse_limit = 8 #fsync = on # turns forced synchronization on or off @@ -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' @@ -164,7 +164,7 @@ ssl = off # (change requires restart) #track_counts = on #track_functions = none # none, pl, all #transform_null_equals = off -unix_socket_directory = '/run/postgresql/sock' # (change requires restart) +unix_socket_directory = '/run/postgresql' # (change requires restart) unix_socket_group = 'postgres-data' # (change requires restart) unix_socket_permissions = 0770 # begin with 0 to use octal notation #update_process_title = on