feat: implement Nginx configuration management, PHP environment initialization, and extension management UI
This commit is contained in:
@@ -14,8 +14,8 @@ expose_php = On
|
||||
max_execution_time = 300
|
||||
max_input_time = 120
|
||||
memory_limit = 512M
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
error_reporting = {{ERROR_REPORTING}}
|
||||
display_errors = {{DISPLAY_ERRORS}}
|
||||
display_startup_errors = On
|
||||
log_errors = On
|
||||
log_errors_max_len = 1024
|
||||
|
||||
Reference in New Issue
Block a user