about summary refs log tree commit diff
path: root/ops/modules/www/grep.tvl.fyi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/www/grep.tvl.fyi.nix')
-rw-r--r--ops/modules/www/grep.tvl.fyi.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/ops/modules/www/grep.tvl.fyi.nix b/ops/modules/www/grep.tvl.fyi.nix
index 8f16e8ccbd..93ef5eabd2 100644
--- a/ops/modules/www/grep.tvl.fyi.nix
+++ b/ops/modules/www/grep.tvl.fyi.nix
@@ -7,15 +7,12 @@
   ];
 
   config = {
-    # Short link support (i.e. plain http://at) for users with a
-    # configured tvl.fyi/tvl.su search domain.
     services.nginx.virtualHosts."grep.tvl.fyi" = {
       enableACME = true;
       forceSSL = true;
 
       locations."/" = {
-        # experimental: manually run Docker container
-        proxyPass = "http://172.17.0.3:8910";
+        proxyPass = "http://127.0.0.1:${toString config.services.depot.livegrep.port}";
       };
     };
   };