diff --git a/hosts/h/default.nix b/hosts/h/default.nix index e8bd613..af72cb9 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -302,6 +302,8 @@ in { extraConfig = '' location / { resolver 9.9.9.9; + proxy_set_header Connection ""; + proxy_http_version 1.1; proxy_pass https://publish.obsidian.md/serve?url=notes.suah.dev/; proxy_ssl_server_name on; }