fix obsidian failing on large notes

This commit is contained in:
sadan 2025-03-04 15:04:49 -05:00
parent d563eede97
commit b510e814fe
No known key found for this signature in database

View file

@ -1,10 +1,12 @@
{ ... }:
{
services = {
nginx = {
virtualHosts = {
"obsidian.sadan.zip" = {
extraConfig = ''
client_max_body_size 1000M;
'';
forceSSL = true;
useACMEHost = "sadan.zip";
locations = {