all good
This commit is contained in:
2
config/backup.Dockerfile
Normal file
2
config/backup.Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache mariadb-client tar gzip
|
||||
8
config/opcache.ini
Normal file
8
config/opcache.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
; OPcache – caches compiled PHP for major speed gains
|
||||
opcache.enable=1
|
||||
opcache.memory_consumption=128
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.revalidate_freq=60
|
||||
opcache.fast_shutdown=1
|
||||
opcache.enable_cli=0
|
||||
5
config/uploads.ini
Normal file
5
config/uploads.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
file_uploads = On
|
||||
memory_limit = 500M
|
||||
upload_max_filesize = 500M
|
||||
post_max_size = 500M
|
||||
max_execution_time = 600
|
||||
Reference in New Issue
Block a user