From 59578645c941f0065285cb38fa5ea8a51d8eab1a Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Thu, 12 Mar 2026 09:45:21 -0400 Subject: [PATCH] remove watchtower --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 347704c..de6ea40 100644 --- a/nginx.conf +++ b/nginx.conf @@ -8,10 +8,6 @@ server { try_files $uri $uri/ /index.html; } - location /watchtower/ { - proxy_pass http://watchtower:8080/; - } - # Cache static assets aggressively location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff2)$ { expires 1y;