From 2d7548fdf0c1c60982d4753cfcdc57d5afa11b43 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 22 Sep 2022 14:55:26 -0600 Subject: [PATCH] h: fix notes redirect --- hosts/h/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }