chore(nix): add reverse proxy for home.hoyer.world
- Configured reverse proxy in `nginx.nix` for `home.hoyer.world`. - Disabled ACME and redirected to `internal.hoyer.world` with forced SSL.
This commit is contained in:
parent
40e677ea02
commit
6cb03a2c8f
1 changed files with 9 additions and 0 deletions
|
|
@ -37,6 +37,15 @@
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"home.hoyer.world" = {
|
||||||
|
enableACME = false;
|
||||||
|
useACMEHost = "internal.hoyer.world";
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://192.168.178.49:8123";
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue