mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Increase max body size for mainsail
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
1ea62e80e2
commit
4f32bfe165
|
@ -147,6 +147,8 @@ server {
|
|||
# Influx doesn't like it either
|
||||
include /local/security.conf;
|
||||
|
||||
client_max_body_size 500M;
|
||||
|
||||
location / {
|
||||
include /local/headers.conf;
|
||||
|
||||
|
|
Loading…
Reference in a new issue