h: add redirect for notes.suah.dev

This commit is contained in:
Aaron Bieber 2022-09-22 08:28:35 -06:00
parent 114b553c69
commit 9ed5749eba
No known key found for this signature in database

View File

@ -295,6 +295,15 @@ in {
proxyPass = "http://localhost:9009/weechat";
};
};
"notes.suah.dev" = {
forceSSL = true;
enableACME = true;
root = "/var/www/suah.dev";
locations."/" = {
proxyWebsockets = true;
proxyPass = "https://publish.obsidian.md/serve?url=notes.suah.dev/";
};
};
"suah.dev" = {
forceSSL = true;
enableACME = true;