mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Added client_max_body_size option to allow large attachments
parent
9273fa0fed
commit
227e685643
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ server {
|
||||||
# Specify SSL config if using a shared one.
|
# Specify SSL config if using a shared one.
|
||||||
#include conf.d/ssl/ssl.conf;
|
#include conf.d/ssl/ssl.conf;
|
||||||
|
|
||||||
|
# Allow large attachments
|
||||||
|
client_max_body_size 128M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://<SERVER>:80;
|
proxy_pass http://<SERVER>:80;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
Loading…
Reference in a new issue