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 -}