Fix log files + README
This commit is contained in:
@@ -30,7 +30,7 @@ http {
|
||||
#client_max_body_size 30M;
|
||||
}
|
||||
|
||||
access_log /var/log/access.log;
|
||||
error_log /var/log/error.log error;
|
||||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log error;
|
||||
}
|
||||
}
|
||||
|
@@ -6,9 +6,6 @@ php_admin_flag[log_errors] = on
|
||||
php_admin_value[memory_limit] = 32M
|
||||
php_flag[display_startup_errors] = on
|
||||
|
||||
access.log = /var/log/php/access.log
|
||||
;error.log = /var/log/error.log
|
||||
|
||||
catch_workers_output = yes
|
||||
|
||||
; for debugging 1h
|
||||
|
Reference in New Issue
Block a user