diff --git a/conf.d/brainman.org b/conf.d/brainman.org new file mode 100644 index 0000000..23c1250 --- /dev/null +++ b/conf.d/brainman.org @@ -0,0 +1,18 @@ +# vim: ft=caddyfile + +www.brainman.org { + redir https://brainman.org{uri} +} + +brainman.org { + import hsts + import log + + header Cache-Control no-cache + root * /var/www/brainman.org/public + file_server { + precompressed br gzip + } + + import basicerrors +} diff --git a/conf.d/commento.bbaovanc.com b/conf.d/commento.bbaovanc.com new file mode 100644 index 0000000..06cbebb --- /dev/null +++ b/conf.d/commento.bbaovanc.com @@ -0,0 +1,11 @@ +# vim: ft=caddyfile + +commento.bbaovanc.com { + encode zstd gzip + import hsts + import log + + reverse_proxy localhost:83 + + import basicerrors +}