refactor(sgx): rename internal host to openwebui
Updated ACME and nginx configurations to replace "internal.hoyer.world" with "openwebui.hoyer.world". This ensures correct routing and certificate management for the updated domain.
This commit is contained in:
parent
049df580d3
commit
f45a366528
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
credentialsFile = config.sops.secrets.internetbs.path;
|
||||
};
|
||||
certs = {
|
||||
"internal.hoyer.world" = { };
|
||||
"openwebui.hoyer.world" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
virtualHosts = {
|
||||
"internal.hoyer.world" = {
|
||||
"openwebui.hoyer.world" = {
|
||||
enableACME = false;
|
||||
useACMEHost = "internal.hoyer.world";
|
||||
useACMEHost = "openwebui.hoyer.world";
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.open-webui.port}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue