refactor(nginx): proxy upstream modules

This commit is contained in:
arcnmx 2024-04-21 17:17:07 -07:00
parent f7e00a2e64
commit 586efcae0e
21 changed files with 844 additions and 370 deletions

View file

@ -215,7 +215,11 @@ in {
};
services.nginx = {
vouch.enableLocal = false;
vouch.enable = true;
upstreams' = {
vouch'auth.servers.local.enable = false;
vouch'auth'local.servers.local.enable = true;
};
stream.servers = {
mosquitto.ssl.cert.name = "mosquitto";
};