about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/tazserve.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/tazserve.nix b/nix/tazserve.nix
index 97e6313587e9..10fd1d1cbf58 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;";
+    };
   };
 }