Add commento.bbaovanc.com and brainman.org

This commit is contained in:
BBaoVanC 2022-04-04 15:58:00 -05:00
parent 3ba7857ccf
commit 54b8815df9
2 changed files with 29 additions and 0 deletions

18
conf.d/brainman.org Normal file
View File

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

View File

@ -0,0 +1,11 @@
# vim: ft=caddyfile
commento.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:83
import basicerrors
}