From 6580d4aafbbe53d5d5a3a6607d31c6eca96a24a1 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sun, 20 Aug 2023 22:45:18 +0530 Subject: [PATCH] remove stats from templates --- privfrontends/templates/eu/misc.Caddyfile | 7 ------- privfrontends/templates/us/misc.Caddyfile | 7 ------- 2 files changed, 14 deletions(-) diff --git a/privfrontends/templates/eu/misc.Caddyfile b/privfrontends/templates/eu/misc.Caddyfile index 89c3559..e224c5b 100644 --- a/privfrontends/templates/eu/misc.Caddyfile +++ b/privfrontends/templates/eu/misc.Caddyfile @@ -1,10 +1,3 @@ -stats.eu.projectsegfau.lt { - basicauth * { - admin $2a$14$4R5m1Kl74xwVp8MsR.jFeOpa6ssXwHN7ANwJi300zIrienTG44Abi - } - reverse_proxy localhost:9100 - import def -} sl.projectsegfau.lt { reverse_proxy :7777 import def diff --git a/privfrontends/templates/us/misc.Caddyfile b/privfrontends/templates/us/misc.Caddyfile index b7f8f3e..e69de29 100644 --- a/privfrontends/templates/us/misc.Caddyfile +++ b/privfrontends/templates/us/misc.Caddyfile @@ -1,7 +0,0 @@ -stats.us.projectsegfau.lt { - basicauth * { - admin $2a$14$XhZ/Akcdk60yjMTKgYClr.sog.2B6WyECyc98lUJZp3diflifCR9O - } - reverse_proxy http://127.0.0.1:9100 - import def -}