From 4d452a4c25121054391e1fa6837d819777b37a8e Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 16 Jun 2020 10:10:05 +0000 Subject: [PATCH] add php config file for upload limit --- 99-upload.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 99-upload.ini diff --git a/99-upload.ini b/99-upload.ini new file mode 100644 index 0000000..039a2f8 --- /dev/null +++ b/99-upload.ini @@ -0,0 +1,2 @@ +upload_max_filesize = 2G +post_max_size = 2G \ No newline at end of file