From fd33efd0cbd6cb9056116633d5892b3c0717b1b6 Mon Sep 17 00:00:00 2001 From: Rottler Tamas Date: Wed, 25 Jan 2023 14:48:10 +0100 Subject: [PATCH] mar nem kellenek a defaultok, mindnhol .php.ini-ben allitjuk be --- files/hws.php.ini.fpm | 30 +++++++++++++++--------------- files/hws.php.ini.modphp | 28 ++++++++++++++-------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/files/hws.php.ini.fpm b/files/hws.php.ini.fpm index 90ac752..a0d6988 100644 --- a/files/hws.php.ini.fpm +++ b/files/hws.php.ini.fpm @@ -1,16 +1,16 @@ -; HWS php configuration -[PHP] -memory_limit = 256M -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE -error_log = /var/log/php_errors.log -post_max_size = 80M -upload_max_filesize = 80M -user_ini.filename = .php.ini -user_ini.cache_ttl = 60 - -[Date] -date.timezone = "Europe/Budapest" - -[Session] -session.gc_maxlifetime = 86400 +;; HWS php configuration +;[PHP] +;memory_limit = 256M +;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE +;error_log = /var/log/php_errors.log +;post_max_size = 80M +;upload_max_filesize = 80M +;user_ini.filename = .php.ini +;user_ini.cache_ttl = 60 +; +;[Date] +;date.timezone = "Europe/Budapest" +; +;[Session] +;session.gc_maxlifetime = 86400 diff --git a/files/hws.php.ini.modphp b/files/hws.php.ini.modphp index bca4ae6..a778806 100644 --- a/files/hws.php.ini.modphp +++ b/files/hws.php.ini.modphp @@ -1,15 +1,15 @@ -; HWS php configuration -[PHP] -memory_limit = 256M -error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE -error_log = /var/log/php_errors.log -post_max_size = 80M -upload_max_filesize = 80M -#default_charset = "ISO-8859-2" - -[Date] -date.timezone = "Europe/Budapest" - -[Session] -session.gc_maxlifetime = 86400 +;; HWS php configuration +;[PHP] +;memory_limit = 256M +;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE +;error_log = /var/log/php_errors.log +;post_max_size = 80M +;upload_max_filesize = 80M +;#default_charset = "ISO-8859-2" +; +;[Date] +;date.timezone = "Europe/Budapest" +; +;[Session] +;session.gc_maxlifetime = 86400