From 3393a6135cccc8bc59ed4f7f52e3690bdbc80ef4 Mon Sep 17 00:00:00 2001 From: ThowZzy Date: Sat, 8 Feb 2025 23:52:27 +0100 Subject: [PATCH] Remove unnecessary configs --- Caddyfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Caddyfile b/Caddyfile index 37e85b7..d04e9ba 100644 --- a/Caddyfile +++ b/Caddyfile @@ -8,18 +8,7 @@ example.com, www.example.com { } matrix.example.com { - #reverse_proxy /_matrix/* http://localhost:8448 - #reverse_proxy /_synapse/client/* http://localhost:8448 reverse_proxy localhost:8448 - header X-Robots-Tag "noindex, nofollow" - encode gzip - import log-config - #redir / /_matrix/static/ - - handle /favicon.ico { - root * /var/www/favicon/matrix - file_server - } }