New domainname

This commit is contained in:
William 2023-09-01 10:47:47 -03:00
parent 6c3fad825d
commit 3093372e4d
16 changed files with 44 additions and 44 deletions

View file

@ -85,8 +85,8 @@ in {
configFile = "${configyaml}";
};
nginx.virtualHosts."yousable.baduhai.me" = {
useACMEHost = "baduhai.me";
nginx.virtualHosts."yousable.baduhai.dev" = {
useACMEHost = "baduhai.dev";
forceSSL = true;
kTLS = true;
locations."/".proxyPass = "http://127.0.0.1:${config.ports.yousable}";