Add files

This commit is contained in:
2021-08-01 16:59:16 -05:00
parent b55a2ecfa0
commit 4cb9db402b
16 changed files with 353 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# vim: ft=caddyfile
git.boba.best {
encode zstd gzip
handle_path /_/static/* {
root * /var/www/git.boba.best/public
file_server
}
handle {
reverse_proxy unix//run/gitea/gitea.sock {
header_up X-Real-IP {remote_host}
}
}
import basicerrors
}