mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
fix obsidian failing on large notes
This commit is contained in:
parent
d563eede97
commit
b510e814fe
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
nginx = {
|
||||
virtualHosts = {
|
||||
"obsidian.sadan.zip" = {
|
||||
extraConfig = ''
|
||||
client_max_body_size 1000M;
|
||||
'';
|
||||
forceSSL = true;
|
||||
useACMEHost = "sadan.zip";
|
||||
locations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue