Skip to content

Commit bb48598

Browse files
committed
Set error_reporting to E_ALL in container
1 parent 5bc9870 commit bb48598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/nginx/conf.d/nginx-vhost-docker.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ server {
5959
fastcgi_temp_file_write_size 256k;
6060
fastcgi_param PHP_VALUE 'date.timezone = Etc/UTC
6161
display_errors = On
62-
error_reporting = E_ALL & ~(E_DEPRECATED | E_USER_DEPRECATED)
62+
error_reporting = E_ALL
6363
expose_php = Off
6464
short_open_tag = On';
6565
include fastcgi.conf;

0 commit comments

Comments
 (0)