Add files

This commit is contained in:
2021-11-09 02:15:57 +01:00
parent 1b598d853e
commit 57c9f0011e
13 changed files with 250 additions and 0 deletions

20
conf.d/git.bbaovanc.com Normal file
View File

@ -0,0 +1,20 @@
# vim: ft=caddyfile
git.bbaovanc.com {
encode zstd gzip
import hsts
import log
handle_path /_/static/assets/* {
root * /var/www/git.bbaovanc.com/public
file_server
}
handle {
reverse_proxy localhost:81 {
header_up X-Real-IP {remote_host}
}
}
import basicerrors
}