Add vault.jhink.org reverse proxy

This commit is contained in:
Jacob Hinkle 2022-10-13 09:05:44 -04:00
parent a1ee523642
commit 8e589775a2

View File

@ -9,7 +9,7 @@
proxy_buffering off;
'';
locations."/" = {
proxyPass = "http://[::1]:${toString ip}";
proxyPass = "http://127.0.0.1:${toString ip}";
proxyWebsockets = true;
};
};
@ -17,6 +17,6 @@
"home.jhink.org" = simpleProxy 8123;
"git.jhink.org" = simpleProxy 3000;
"paperless.jhink.org" = simpleProxy 8000;
#"vault.jhink.org" = simpleProxy 8081;
"vault.jhink.org" = simpleProxy 8222;
};
}