/
var
/
www
/
html
/
sugar13
/
Upload File
HOME
; Set timezone date.timezone = "Asia/Karachi" ; Disable error display display_errors = On ; Enable error logging log_errors = On ; Set error reporting level to log all errors (you can adjust based on your needs) error_reporting = E_ALL ; Specify the error log file (you can change the path to where you want to store the log) error_log = /var/www/html/sugar13/error_log.txt ; FastCGI logging fastcgi.logging = 0 ; Execution time limits max_execution_time = 120 max_input_time = 120 ; Memory limit memory_limit = 1G ; Post and upload size limits post_max_size = 100M upload_max_filesize = 100M ; Session settings session.use_cookies = 1 session.cookie_httponly = 1 session.gc_maxlifetime = 1440 session.use_trans_sid = 0 ; Mbstring settings mbstring.func_overload = 0 ; Open_basedir settings ;open_basedir = "/var/www/html/sugar13:/tmp:/dev/urandom" ; Ensure libsodium is enabled (if necessary) ; extension=sodium