diff --git a/nix/tazserve.nix b/nix/tazserve.nix index 97e631358..10fd1d1cb 100644 --- a/nix/tazserve.nix +++ b/nix/tazserve.nix @@ -65,5 +65,12 @@ in { proxyPass = "http://127.0.0.1:3000"; }; }; + + # oslo.pub redirect + virtualHosts."oslo.pub" = { + enableACME = true; + forceSSL = true; + extraConfig = "return 302 https://www.google.com/maps/d/viewer?mid=1pJIYY9cuEdt9DuMTbb4etBVq7hs;"; + }; }; }