0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

Added client_max_body_size option to allow large attachments

BlackDex 2019-01-12 18:38:19 +01:00
parent 9273fa0fed
commit 227e685643

@ -37,6 +37,9 @@ server {
# Specify SSL config if using a shared one.
#include conf.d/ssl/ssl.conf;
# Allow large attachments
client_max_body_size 128M;
location / {
proxy_pass http://<SERVER>:80;
proxy_set_header Host $host;