17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
;; 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
|
|
|