From: Julien Moutinho Date: Thu, 19 Dec 2013 02:13:05 +0000 (+0100) Subject: Correction : davical : supprime les traces d'exécution. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=b316c11abf76e2b7814b74b3015ff5d7eff1854e Correction : davical : supprime les traces d'exécution. --- diff --git a/etc/davical/davical.heureux-cyclage.org-conf.php b/etc/davical/davical.heureux-cyclage.org-conf.php index 84fe301..77b63ea 100644 --- a/etc/davical/davical.heureux-cyclage.org-conf.php +++ b/etc/davical/davical.heureux-cyclage.org-conf.php @@ -1,17 +1,17 @@ admin_email = 'admin+davical@heureux-cyclage.org'; + $c->default_locale = "fr_FR"; $c->domain_name = "davical.heureux-cyclage.org"; - $c->sysabbr = 'DAViCal'; - $c->admin_email = 'contact+davical@heureux-cyclage.org'; - $c->system_name = "davical.heureux-cyclage.org"; $c->enable_row_linking = true; - $c->pg_connect[] = 'host=/run/postgresql port=5432 dbname=davical user=davical_app'; - $c->locale_path = '/usr/share/davical/locale'; - $c->default_locale = "fr_FR"; - $c->readonly_webdav_collections = true; $c->home_calendar_name = 'home'; - $c->dbg['ALL'] = 0; $c->http_auth_mode = "Basic"; + $c->locale_path = '/usr/share/davical/locale'; + $c->pg_connect[] = 'host=/run/postgresql port=5432 dbname=davical user=davical_app'; + $c->readonly_webdav_collections = true; + $c->sysabbr = 'DAViCal'; + $c->system_name = "davical.heureux-cyclage.org"; + #$c->dbg['ALL'] = 1; #/** Base Server Programs **/ #$c->dbg['caldav'] = 1; #$c->dbg['ics'] = 1; diff --git a/etc/php5/fpm/php-fpm.conf b/etc/php5/fpm/php-fpm.conf index 2f54ab0..58207d5 100644 --- a/etc/php5/fpm/php-fpm.conf +++ b/etc/php5/fpm/php-fpm.conf @@ -4,7 +4,7 @@ emergency_restart_interval = 1m emergency_restart_threshold = 10 error_log = syslog ;events.mechanism = epoll -log_level = notice +log_level = warn ;pid = /run/php5-fpm.pid process.max = 128 process_control_timeout = 10s