mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-16 12:38:56 -04:00
Update max nginx upload filesize to 25MB (#613)
This commit is contained in:
committed by
Leendert de Borst
parent
47c77ade02
commit
41486c940c
@@ -3,6 +3,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
client_max_body_size 25M;
|
||||
|
||||
upstream client {
|
||||
server client:3000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user