This commit is contained in:
zino
2023-11-28 22:57:49 +01:00
parent eb9f27b3ec
commit 9d46128c3a

View File

@@ -24,6 +24,8 @@ server {
resolver 127.0.0.11;
set $upstream "joplin:22300";
client_max_body_size 10000M; # allow large files
proxy_pass http://$upstream;
proxy_http_version 1.1;
proxy_set_header Host $host;