Add files
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user