feat: implement Nginx configuration management, PHP environment initialization, and extension management UI

This commit is contained in:
Ümit Tunç
2026-03-30 17:16:01 +03:00
parent 4dfc7c0834
commit d0a48e762f
3 changed files with 62 additions and 45 deletions
+2 -2
View File
@@ -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