WIP : Remets a plat la configuration
This commit is contained in:
@@ -25,9 +25,12 @@ http {
|
||||
fastcgi_pass php:9000;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME /var/www/html$fastcgi_script_name;
|
||||
fastcgi_read_timeout 180;
|
||||
client_max_body_size 30M;
|
||||
include fastcgi_params;
|
||||
#fastcgi_read_timeout 180;
|
||||
#client_max_body_size 30M;
|
||||
}
|
||||
|
||||
access_log /var/log/access.log;
|
||||
error_log /var/log/error.log error;
|
||||
}
|
||||
}
|
||||
|
1872
config/php.ini
1872
config/php.ini
File diff suppressed because it is too large
Load Diff
12
config/showErrors.conf
Normal file
12
config/showErrors.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
[www]
|
||||
php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
||||
php_flag[display_errors] = on
|
||||
php_admin_value[error_log] = /var/log/php/fpm.log
|
||||
php_admin_flag[log_errors] = on
|
||||
php_admin_value[memory_limit] = 32M
|
||||
php_flag[display_startup_errors] = on
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
; for debugging 1h
|
||||
request_terminate_timeout = 3600
|
@@ -8,6 +8,7 @@ xdebug.remote_handler=dbgp
|
||||
xdebug.remote_mode=req
|
||||
xdebug.remote_autostart=true
|
||||
xdebug.remote_log="/var/log/xdebug/xdebug.log"
|
||||
xdebug.force_display_errors=On
|
||||
|
||||
# Activation du Profiler
|
||||
xdebug.profiler_enable=1
|
||||
|
Reference in New Issue
Block a user