mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor(nginx): proxy upstream modules
This commit is contained in:
parent
f7e00a2e64
commit
586efcae0e
21 changed files with 844 additions and 370 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue