From 829a5b5acff3734753d01cd61ea452001a637ed1 Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 18:53:01 -0400 Subject: [PATCH] cleaning up --- config.txt | 1 - php-fpm/php71.ini | 4 ++-- sync.sh | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 config.txt diff --git a/config.txt b/config.txt deleted file mode 100644 index 072cf128..00000000 --- a/config.txt +++ /dev/null @@ -1 +0,0 @@ -THIS ARE THE DEFAILTS diff --git a/php-fpm/php71.ini b/php-fpm/php71.ini index 2c39db84..c8242dc0 100644 --- a/php-fpm/php71.ini +++ b/php-fpm/php71.ini @@ -474,7 +474,7 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT ; Development Value: On ; Production Value: Off ; http://php.net/display-errors -display_errors = On +display_errors = Off ; The display of errors which occur during PHP's startup sequence are handled ; separately from display_errors. PHP's default behavior is to suppress those @@ -485,7 +485,7 @@ display_errors = On ; Development Value: On ; Production Value: Off ; http://php.net/display-startup-errors -display_startup_errors = On +display_startup_errors = Off ; Besides displaying errors, PHP can also log errors to locations such as a ; server-specific log, STDERR, or a location specified by the error_log diff --git a/sync.sh b/sync.sh index 1a70283b..2dc1d209 100755 --- a/sync.sh +++ b/sync.sh @@ -14,9 +14,6 @@ # Install docker-sync: ./sync.sh install # Start sync and services with nginx and mysql: ./sync.sh up nginx mysql # Stop containers and sync: ./sync.sh down -# Open bash inside the workspace: ./sync.sh bash -# Force sync: ./sync.sh sync -# Clean synced files: ./sync.sh clean # prints colored text print_style () {