New domainname
This commit is contained in:
parent
6c3fad825d
commit
3093372e4d
16 changed files with 44 additions and 44 deletions
|
|
@ -8,8 +8,8 @@
|
|||
extraOptions = [ "--label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."actual.baduhai.me" = {
|
||||
useACMEHost = "baduhai.me";
|
||||
services.nginx.virtualHosts."actual.baduhai.dev" = {
|
||||
useACMEHost = "baduhai.dev";
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:${config.ports.actual}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue