From 02ad300443c8a01e8930f480f6cd36f0badcd61a Mon Sep 17 00:00:00 2001
From: trwnh
Date: Sat, 6 Feb 2021 19:30:58 -0600
Subject: [PATCH 1/4] increase default upload limit from 1M to 15M
---
contrib/nginx.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/nginx.conf b/contrib/nginx.conf
index ecb90e15f..6d6fd15f8 100644
--- a/contrib/nginx.conf
+++ b/contrib/nginx.conf
@@ -18,6 +18,7 @@ server {
index index.html index.htm index.php;
charset utf-8;
+ client_max_body_size 15M;
location / {
try_files $uri $uri/ /index.php?$query_string;
From aa99784fedf55f151e03a6e6694d9ae6e9423981 Mon Sep 17 00:00:00 2001
From: trwnh
Date: Sat, 6 Feb 2021 20:53:56 -0600
Subject: [PATCH 2/4] change default client to phpredis
---
config/database.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/database.php b/config/database.php
index b5020f740..46fde4ba4 100644
--- a/config/database.php
+++ b/config/database.php
@@ -106,7 +106,7 @@ return [
'redis' => [
- 'client' => env('REDIS_CLIENT', 'predis'),
+ 'client' => env('REDIS_CLIENT', 'phpredis'),
'default' => [
'scheme' => env('REDIS_SCHEME', 'tcp'),
From 1f09b4f5c5e06bdfe1f370474008effebd1b9513 Mon Sep 17 00:00:00 2001
From: Daniel Supernault
- Processing Media -
-- This may take a few seconds. -
-- Processing Media -
-- This may take a few seconds. -
-