Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c01876e1b2 | |||
1bd9ecc5fe | |||
5e8dc4bec3 |
@@ -5,3 +5,9 @@ This repository contains Rainloop webmail Docker container build scripts and nec
|
||||
## Persistent things
|
||||
|
||||
There are some things that should be preserved between container's restarts. Please, add new volume for ``/var/www/rainloop/data`` directory.
|
||||
|
||||
If you're binding directory except of creating volume please do proper ``chown``:
|
||||
|
||||
```shell
|
||||
chown -R 100:101 /dir/with/data
|
||||
```
|
@@ -9,6 +9,8 @@ server {
|
||||
autoindex on;
|
||||
charset utf-8;
|
||||
client_max_body_size 500m;
|
||||
# To not cache requests bodys on disk.
|
||||
client_body_buffer_size 16m;
|
||||
|
||||
|
||||
gzip on;
|
||||
|
@@ -394,7 +394,7 @@ max_input_time = 60
|
||||
;max_input_nesting_level = 64
|
||||
|
||||
; How many GET/POST/COOKIE input variables may be accepted
|
||||
;max_input_vars = 1000
|
||||
max_input_vars = 100000
|
||||
|
||||
; Maximum amount of memory a script may consume (128MB)
|
||||
; http://php.net/memory-limit
|
||||
|
Reference in New Issue
Block a user