automagic images + clean de l'ordre des assets js

This commit is contained in:
Valentin
2023-06-29 00:58:58 +02:00
parent 2fd1ee2ed9
commit 26a6f3a884
62 changed files with 33491 additions and 19 deletions
+2 -2
View File
@@ -385,7 +385,7 @@ expose_php = On
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 30
max_execution_time = 300
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -406,7 +406,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume
; http://php.net/memory-limit
memory_limit = 128M
memory_limit = 1G
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;