Double oops

This commit is contained in:
Nathan McCarty 2025-04-02 05:13:13 -04:00
parent a48a07351d
commit 78ec980531

View file

@ -16,7 +16,7 @@
services.nginx.virtualHosts."hub.tailscale.stranger.systems" = {
forceSSL = true;
useAcmeHost = "wildcard.stranger.systems";
useACMEHost = "wildcard.stranger.systems";
locations."/" = {
proxyPass = "http://127.0.0.1:8081";
};