Refine wildcard to only tailnet domains
This commit is contained in:
parent
316ba904aa
commit
14d0fb13ed
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
services.nginx.virtualHosts."hub.tailnet.stranger.systems" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "wildcard.stranger.systems";
|
||||
useACMEHost = "tailnet.stranger.systems";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8081";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue